Title: [220978] trunk/Source/WebCore
- Revision
- 220978
- Author
- [email protected]
- Date
- 2017-08-21 13:16:41 -0700 (Mon, 21 Aug 2017)
Log Message
[GTK][WPE][GSTREAMER_GL] Overriden virtual function not marked “override” in MediaPlayerPrivateGStreamerBase.h
https://bugs.webkit.org/show_bug.cgi?id=175780
Reviewed by Konstantin Tokarev.
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h: Add missing "override" qualifier.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (220977 => 220978)
--- trunk/Source/WebCore/ChangeLog 2017-08-21 20:02:42 UTC (rev 220977)
+++ trunk/Source/WebCore/ChangeLog 2017-08-21 20:16:41 UTC (rev 220978)
@@ -1,3 +1,12 @@
+2017-08-21 Adrian Perez de Castro <[email protected]>
+
+ [GTK][WPE][GSTREAMER_GL] Overriden virtual function not marked “override” in MediaPlayerPrivateGStreamerBase.h
+ https://bugs.webkit.org/show_bug.cgi?id=175780
+
+ Reviewed by Konstantin Tokarev.
+
+ * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h: Add missing "override" qualifier.
+
2017-08-21 Brady Eidson <[email protected]>
Split the one SWServer::Connection into SWClientConnection and SWServer::Connection.
Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h (220977 => 220978)
--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h 2017-08-21 20:02:42 UTC (rev 220977)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h 2017-08-21 20:16:41 UTC (rev 220978)
@@ -149,7 +149,7 @@
#if USE(TEXTURE_MAPPER_GL)
void updateTexture(BitmapTextureGL&, GstVideoInfo&);
- RefPtr<TextureMapperPlatformLayerProxy> proxy() const;
+ RefPtr<TextureMapperPlatformLayerProxy> proxy() const override;
void swapBuffersIfNeeded() override;
void pushTextureToCompositor();
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes