Changeset 276705 in webkit


Ignore:
Timestamp:
Apr 28, 2021, 5:25:03 AM (4 years ago)
Author:
magomez@igalia.com
Message:

Unreviewed, fixing GTK and WPE build with external holepunch enabled after r269907.

  • platform/graphics/holepunch/MediaPlayerPrivateHolePunch.h: update signature of load method.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r276698 r276705  
     12021-04-28  Miguel Gomez  <magomez@igalia.com>
     2
     3        Unreviewed, fixing GTK and WPE build with external holepunch enabled after r269907.
     4
     5        * platform/graphics/holepunch/MediaPlayerPrivateHolePunch.h: update signature of load method.
     6
    172021-04-28  Manuel Rego Casasnovas  <rego@igalia.com>
    28
  • trunk/Source/WebCore/platform/graphics/holepunch/MediaPlayerPrivateHolePunch.h

    r253482 r276705  
    5454    void load(const String&) final { };
    5555#if ENABLE(MEDIA_SOURCE)
    56     void load(const String&, MediaSourcePrivateClient*) final { };
     56    void load(const URL&, const ContentType&, MediaSourcePrivateClient*) final { };
    5757#endif
    5858#if ENABLE(MEDIA_STREAM)
Note: See TracChangeset for help on using the changeset viewer.