Title: [97213] trunk/Source/WebCore
Revision
97213
Author
[email protected]
Date
2011-10-11 18:40:22 -0700 (Tue, 11 Oct 2011)

Log Message

Second Qt minimum release build fix attempt after r97163.

* platform/graphics/texmap/TextureMapperNode.cpp:
(WebCore::TextureMapperNode::syncCompositingStateSelf):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97212 => 97213)


--- trunk/Source/WebCore/ChangeLog	2011-10-12 01:38:53 UTC (rev 97212)
+++ trunk/Source/WebCore/ChangeLog	2011-10-12 01:40:22 UTC (rev 97213)
@@ -1,5 +1,12 @@
 2011-10-11  Ryosuke Niwa  <[email protected]>
 
+        Second Qt minimum release build fix attempt after r97163.
+
+        * platform/graphics/texmap/TextureMapperNode.cpp:
+        (WebCore::TextureMapperNode::syncCompositingStateSelf):
+
+2011-10-11  Ryosuke Niwa  <[email protected]>
+
         Qt minimum release build fix attempt after r97163.
 
         * platform/graphics/texmap/TextureMapperNode.cpp:

Modified: trunk/Source/WebCore/platform/graphics/texmap/TextureMapperNode.cpp (97212 => 97213)


--- trunk/Source/WebCore/platform/graphics/texmap/TextureMapperNode.cpp	2011-10-12 01:38:53 UTC (rev 97212)
+++ trunk/Source/WebCore/platform/graphics/texmap/TextureMapperNode.cpp	2011-10-12 01:40:22 UTC (rev 97213)
@@ -688,7 +688,7 @@
 {
     int changeMask = graphicsLayer->changeMask();
     const TextureMapperNode::ContentData& pendingContent = graphicsLayer->pendingContent();
-#ifdef ENABLE(TILED_BACKING_STORE)
+#if ENABLE(TILED_BACKING_STORE)
     swapContentsBuffers();
 #endif
     if (changeMask == NoChanges && graphicsLayer->m_animations.isEmpty() && pendingContent.needsDisplayRect.isEmpty() && !pendingContent.needsDisplay)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to