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

Unified Diff: Source/platform/graphics/media/MediaPlayer.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « Source/platform/exported/WrappedResourceResponse.h ('k') | Source/platform/network/DNS.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/media/MediaPlayer.h
diff --git a/Source/platform/graphics/media/MediaPlayer.h b/Source/platform/graphics/media/MediaPlayer.h
index 2ea6abb69d20961260e05e9190d7aae8652d573f..d820fc203d63c89e2ae6be50381e6e087c2e47c7 100644
--- a/Source/platform/graphics/media/MediaPlayer.h
+++ b/Source/platform/graphics/media/MediaPlayer.h
@@ -31,7 +31,7 @@
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
-namespace WebKit { class WebLayer; }
+namespace blink { class WebLayer; }
namespace WebCore {
@@ -115,7 +115,7 @@ public:
virtual void load(const String& url, PassRefPtr<HTMLMediaSource>) = 0;
virtual void prepareToPlay() = 0;
- virtual WebKit::WebLayer* platformLayer() const = 0;
+ virtual blink::WebLayer* platformLayer() const = 0;
virtual void play() = 0;
virtual void pause() = 0;
« no previous file with comments | « Source/platform/exported/WrappedResourceResponse.h ('k') | Source/platform/network/DNS.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698