Title: [132747] trunk/Source/WebKit2
Revision
132747
Author
[email protected]
Date
2012-10-27 23:47:02 -0700 (Sat, 27 Oct 2012)

Log Message

Unreviewed build fix for breakage to minimal bot caused by r132742.

Patch by Noam Rosenthal <[email protected]> on 2012-10-27

* WebProcess/WebPage/LayerTreeHost.h:
(LayerTreeHost):
    Added appropriate ENABLE(REQUEST_ANIMATION_FRAME) flag.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (132746 => 132747)


--- trunk/Source/WebKit2/ChangeLog	2012-10-28 06:27:51 UTC (rev 132746)
+++ trunk/Source/WebKit2/ChangeLog	2012-10-28 06:47:02 UTC (rev 132747)
@@ -1,3 +1,11 @@
+2012-10-27  Noam Rosenthal  <[email protected]>
+
+        Unreviewed build fix for breakage to minimal bot caused by r132742.
+
+        * WebProcess/WebPage/LayerTreeHost.h:
+        (LayerTreeHost):
+            Added appropriate ENABLE(REQUEST_ANIMATION_FRAME) flag.
+
 2012-10-27  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r132740.

Modified: trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h (132746 => 132747)


--- trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h	2012-10-28 06:27:51 UTC (rev 132746)
+++ trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h	2012-10-28 06:47:02 UTC (rev 132747)
@@ -109,7 +109,7 @@
     virtual WebCore::GraphicsDeviceAdapter* graphicsDeviceAdapter() const { return 0; }
 #endif
 
-#if USE(COORDINATED_GRAPHICS)
+#if USE(COORDINATED_GRAPHICS) && ENABLE(REQUEST_ANIMATION_FRAME)
     virtual void scheduleAnimation() = 0;
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to