Title: [200076] trunk/Source/WebKit2
- Revision
- 200076
- Author
- [email protected]
- Date
- 2016-04-26 00:28:20 -0700 (Tue, 26 Apr 2016)
Log Message
Mark two methods in the CoordinatedGraphicsScene and the
ThreadedCoordinatedLayerTreeHost classes as overrides, fixing
the compiler warnings.
Rubber-stamped by Carlos Garcia Campos.
* Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:
* WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (200075 => 200076)
--- trunk/Source/WebKit2/ChangeLog 2016-04-26 05:56:12 UTC (rev 200075)
+++ trunk/Source/WebKit2/ChangeLog 2016-04-26 07:28:20 UTC (rev 200076)
@@ -1,3 +1,14 @@
+2016-04-26 Zan Dobersek <[email protected]>
+
+ Mark two methods in the CoordinatedGraphicsScene and the
+ ThreadedCoordinatedLayerTreeHost classes as overrides, fixing
+ the compiler warnings.
+
+ Rubber-stamped by Carlos Garcia Campos.
+
+ * Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:
+ * WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.h:
+
2016-04-25 Ryosuke Niwa <[email protected]>
Remove the build flag for template elements
Modified: trunk/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h (200075 => 200076)
--- trunk/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h 2016-04-26 05:56:12 UTC (rev 200075)
+++ trunk/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h 2016-04-26 07:28:20 UTC (rev 200076)
@@ -77,7 +77,7 @@
WebCore::TextureMapperLayer* findScrollableContentsLayerAt(const WebCore::FloatPoint&);
- virtual void commitScrollOffset(uint32_t layerID, const WebCore::IntSize& offset);
+ void commitScrollOffset(uint32_t layerID, const WebCore::IntSize& offset) override;
// The painting thread must lock the main thread to use below two methods, because two methods access members that the main thread manages. See m_client.
// Currently, QQuickWebPage::updatePaintNode() locks the main thread before calling both methods.
Modified: trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.h (200075 => 200076)
--- trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.h 2016-04-26 05:56:12 UTC (rev 200075)
+++ trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.h 2016-04-26 07:28:20 UTC (rev 200076)
@@ -97,7 +97,7 @@
void scheduleAnimation() override;
#endif
- void setViewOverlayRootLayer(WebCore::GraphicsLayer*);
+ void setViewOverlayRootLayer(WebCore::GraphicsLayer*) override;
static RefPtr<WebCore::CoordinatedSurface> createCoordinatedSurface(const WebCore::IntSize&, WebCore::CoordinatedSurface::Flags);
protected:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes