Title: [138052] trunk/Source/Platform
- Revision
- 138052
- Author
- dan...@chromium.org
- Date
- 2012-12-18 12:18:15 -0800 (Tue, 18 Dec 2012)
Log Message
[chromium] Make WebLayerTreeView::loseCompositorContext non-pure virtual
https://bugs.webkit.org/show_bug.cgi?id=105328
Reviewed by James Robinson.
This allows us to decouple the chromium and webkit sides and remove this
function entirely on each side.
* chromium/public/WebLayerTreeView.h:
(WebKit::WebLayerTreeView::loseCompositorContext):
Modified Paths
Diff
Modified: trunk/Source/Platform/ChangeLog (138051 => 138052)
--- trunk/Source/Platform/ChangeLog 2012-12-18 20:14:09 UTC (rev 138051)
+++ trunk/Source/Platform/ChangeLog 2012-12-18 20:18:15 UTC (rev 138052)
@@ -1,3 +1,16 @@
+2012-12-18 Dana Jansens <dan...@chromium.org>
+
+ [chromium] Make WebLayerTreeView::loseCompositorContext non-pure virtual
+ https://bugs.webkit.org/show_bug.cgi?id=105328
+
+ Reviewed by James Robinson.
+
+ This allows us to decouple the chromium and webkit sides and remove this
+ function entirely on each side.
+
+ * chromium/public/WebLayerTreeView.h:
+ (WebKit::WebLayerTreeView::loseCompositorContext):
+
2012-12-18 James Robinson <jam...@chromium.org>
[chromium] Fix include style in WebTransformOperations.h
Modified: trunk/Source/Platform/chromium/public/WebLayerTreeView.h (138051 => 138052)
--- trunk/Source/Platform/chromium/public/WebLayerTreeView.h 2012-12-18 20:14:09 UTC (rev 138051)
+++ trunk/Source/Platform/chromium/public/WebLayerTreeView.h 2012-12-18 20:18:15 UTC (rev 138052)
@@ -189,7 +189,7 @@
virtual void setShowPaintRects(bool) { }
// Simulates a lost context. For testing only.
- virtual void loseCompositorContext(int numTimes) = 0;
+ virtual void loseCompositorContext(int numTimes) { }
};
} // namespace WebKit
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes