⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 283333 in webkit


Ignore:
Timestamp:
Sep 30, 2021, 1:44:22 PM (5 years ago)
Author:
chris.reid@sony.com
Message:

Fix !ENABLE(WIRELESS_PLAYBACK_TARGET) build after r283319
https://bugs.webkit.org/show_bug.cgi?id=231036

Unreviewed build fix.

  • GPUProcess/media/RemoteMediaPlayerProxy.cpp: MediaPlaybackTargetContext.h is already included with WIRELESS_PLAYBACK_TARGET
  • GPUProcess/media/RemoteMediaPlayerProxy.h:
Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r283328 r283333  
     12021-09-30  Christopher Reid  <chris.reid@sony.com>
     2
     3        Fix !ENABLE(WIRELESS_PLAYBACK_TARGET) build after r283319
     4        https://bugs.webkit.org/show_bug.cgi?id=231036
     5
     6        Unreviewed build fix.
     7
     8        * GPUProcess/media/RemoteMediaPlayerProxy.cpp: MediaPlaybackTargetContext.h is already included with WIRELESS_PLAYBACK_TARGET
     9        * GPUProcess/media/RemoteMediaPlayerProxy.h:
     10
    1112021-09-30  Per Arne  <pvollan@apple.com>
    212
  • trunk/Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxy.cpp

    r283319 r283333  
    5050#include "WebCoreArgumentCoders.h"
    5151#include <WebCore/LayoutRect.h>
    52 #include <WebCore/MediaPlaybackTargetContext.h>
    5352#include <WebCore/MediaPlayer.h>
    5453#include <WebCore/MediaPlayerPrivate.h>
  • trunk/Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxy.h

    r283319 r283333  
    7373namespace WebCore {
    7474class AudioTrackPrivate;
     75#if ENABLE(WIRELESS_PLAYBACK_TARGET)
    7576class MediaPlaybackTargetContext;
     77#endif
    7678class VideoTrackPrivate;
    7779}
Note: See TracChangeset for help on using the changeset viewer.