Title: [150627] trunk/Source/WebCore
- Revision
- 150627
- Author
- [email protected]
- Date
- 2013-05-23 23:20:19 -0700 (Thu, 23 May 2013)
Log Message
[WinCairo] Build fails to link.
https://bugs.webkit.org/show_bug.cgi?id=116671
Patch by [email protected] <[email protected]> on 2013-05-23
Reviewed by Brent Fulgham.
* page/FrameView.h: Added guard for ACCELERATED_COMPOSITING.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (150626 => 150627)
--- trunk/Source/WebCore/ChangeLog 2013-05-24 06:15:13 UTC (rev 150626)
+++ trunk/Source/WebCore/ChangeLog 2013-05-24 06:20:19 UTC (rev 150627)
@@ -1,3 +1,12 @@
+2013-05-23 [email protected] <[email protected]>
+
+ [WinCairo] Build fails to link.
+ https://bugs.webkit.org/show_bug.cgi?id=116671
+
+ Reviewed by Brent Fulgham.
+
+ * page/FrameView.h: Added guard for ACCELERATED_COMPOSITING.
+
2013-05-23 Roger Fong <[email protected]>
Unreviewed. Modify WebCore for AppleWin 2010 production build.
Modified: trunk/Source/WebCore/page/FrameView.h (150626 => 150627)
--- trunk/Source/WebCore/page/FrameView.h 2013-05-24 06:15:13 UTC (rev 150626)
+++ trunk/Source/WebCore/page/FrameView.h 2013-05-24 06:20:19 UTC (rev 150627)
@@ -419,7 +419,9 @@
virtual void willStartLiveResize() OVERRIDE;
virtual void willEndLiveResize() OVERRIDE;
+#if USE(ACCELERATED_COMPOSITING)
virtual bool scrollbarAnimationsAreSuppressed() const OVERRIDE;
+#endif
void addPaintPendingMilestones(LayoutMilestones);
void firePaintRelatedMilestones();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes