Changeset 220978 in webkit


Ignore:
Timestamp:
Aug 21, 2017 1:16:41 PM (7 years ago)
Author:
Adrian Perez de Castro
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.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r220977 r220978  
     12017-08-21  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [GTK][WPE][GSTREAMER_GL] Overriden virtual function not marked “override” in MediaPlayerPrivateGStreamerBase.h
     4        https://bugs.webkit.org/show_bug.cgi?id=175780
     5
     6        Reviewed by Konstantin Tokarev.
     7
     8        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h: Add missing "override" qualifier.
     9
    1102017-08-21  Brady Eidson  <beidson@apple.com>
    211
  • trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h

    r220397 r220978  
    150150#if USE(TEXTURE_MAPPER_GL)
    151151    void updateTexture(BitmapTextureGL&, GstVideoInfo&);
    152     RefPtr<TextureMapperPlatformLayerProxy> proxy() const;
     152    RefPtr<TextureMapperPlatformLayerProxy> proxy() const override;
    153153    void swapBuffersIfNeeded() override;
    154154    void pushTextureToCompositor();
Note: See TracChangeset for help on using the changeset viewer.