Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h

Issue 13674022: Remove MEDIA_SOURCE feature define. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@blink-master
Patch Set: Rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
diff --git a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
index 32e3c4d650c61d14e723ce8f32525c19e2e26b92..6ac84806b748185aa5a570e3c3f39e9427db2772 100644
--- a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
+++ b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h
@@ -87,9 +87,8 @@ public:
// MediaPlayerPrivateInterface methods:
virtual void load(const WTF::String& url);
-#if ENABLE(MEDIA_SOURCE)
virtual void load(const WTF::String& url, PassRefPtr<WebCore::MediaSource>);
-#endif
+
virtual void cancelLoad();
#if USE(ACCELERATED_COMPOSITING)
virtual WebKit::WebLayer* platformLayer() const;
@@ -229,9 +228,7 @@ private:
AudioSourceProviderImpl m_audioSourceProvider;
#endif
-#if ENABLE(MEDIA_SOURCE)
RefPtr<WebCore::MediaSource> m_mediaSource;
-#endif
};
} // namespace WebKit
« no previous file with comments | « Source/WebKit/chromium/src/SourceBufferPrivateImpl.cpp ('k') | Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698