Title: [220586] trunk/Source/WebCore
Revision
220586
Author
ape...@igalia.com
Date
2017-08-11 06:46:59 -0700 (Fri, 11 Aug 2017)

Log Message

[GTK][WPE] Overriden virtual function not marked “override” in ImageBufferDataCairo.h
https://bugs.webkit.org/show_bug.cgi?id=175476

Reviewed by Carlos Garcia Campos.

* platform/graphics/cairo/ImageBufferDataCairo.h: Add missing "override" qualifier.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (220585 => 220586)


--- trunk/Source/WebCore/ChangeLog	2017-08-11 13:25:57 UTC (rev 220585)
+++ trunk/Source/WebCore/ChangeLog	2017-08-11 13:46:59 UTC (rev 220586)
@@ -1,3 +1,12 @@
+2017-08-11  Adrian Perez de Castro  <ape...@igalia.com>
+
+        [GTK][WPE] Overriden virtual function not marked “override” in ImageBufferDataCairo.h
+        https://bugs.webkit.org/show_bug.cgi?id=175476
+
+        Reviewed by Carlos Garcia Campos.
+
+        * platform/graphics/cairo/ImageBufferDataCairo.h: Add missing "override" qualifier.
+
 2017-08-11  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [Soup] Cannot access HTTPS sites using a HTTP proxy that requires authentication

Modified: trunk/Source/WebCore/platform/graphics/cairo/ImageBufferDataCairo.h (220585 => 220586)


--- trunk/Source/WebCore/platform/graphics/cairo/ImageBufferDataCairo.h	2017-08-11 13:25:57 UTC (rev 220585)
+++ trunk/Source/WebCore/platform/graphics/cairo/ImageBufferDataCairo.h	2017-08-11 13:46:59 UTC (rev 220586)
@@ -62,7 +62,7 @@
     void createCairoGLSurface();
 
 #if USE(COORDINATED_GRAPHICS_THREADED)
-    RefPtr<TextureMapperPlatformLayerProxy> proxy() const;
+    RefPtr<TextureMapperPlatformLayerProxy> proxy() const override;
     void swapBuffersIfNeeded() override;
     void createCompositorBuffer();
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to