[Webkit-unassigned] [Bug 103321] New check for usesTileCacheLayer on Windows needed after r133056

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 11:55:22 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103321


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org




--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2012-11-27 11:57:35 PST ---
This patch appears to have broken Mac builds:
http://trac.webkit.org/changeset/135890
http://build.webkit.org/builders/Apple%20Lion%20Debug%20%28Build%29/builds/8405

#elif
     ^
/Volumes/Data/slave/lion-debug/build/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:1055:21: error: no member named 'usesTileCacheLayer' in 'WebCore::PlatformCALayer'
    ASSERT(m_layer->usesTileCacheLayer());
    ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Volumes/Data/slave/lion-debug/build/WebKitBuild/Debug/usr/local/include/wtf/Assertions.h:247:8: note: expanded from macro 'ASSERT'
    (!(assertion) ? \
       ^
/Volumes/Data/slave/lion-debug/build/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:1607:19: error: no member named 'usesTileCacheLayer' in 'WebCore::PlatformCALayer'
    if (!m_layer->usesTileCacheLayer())
         ~~~~~~~  ^

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list