Changeset 276705 in webkit
- Timestamp:
- Apr 28, 2021, 5:25:03 AM (4 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r276698 r276705 1 2021-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 1 7 2021-04-28 Manuel Rego Casasnovas <rego@igalia.com> 2 8 -
trunk/Source/WebCore/platform/graphics/holepunch/MediaPlayerPrivateHolePunch.h
r253482 r276705 54 54 void load(const String&) final { }; 55 55 #if ENABLE(MEDIA_SOURCE) 56 void load(const String&, MediaSourcePrivateClient*) final { };56 void load(const URL&, const ContentType&, MediaSourcePrivateClient*) final { }; 57 57 #endif 58 58 #if ENABLE(MEDIA_STREAM)
Note:
See TracChangeset
for help on using the changeset viewer.