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

Unified Diff: content/renderer/media/android/stream_texture_factory_android.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
Index: content/renderer/media/android/stream_texture_factory_android.h
diff --git a/content/renderer/media/android/stream_texture_factory_android.h b/content/renderer/media/android/stream_texture_factory_android.h
index aa304de0a1eb91b343da0f76b05a0ca4590db022..849cc06eefa75ccab0381d1206c4b81c5b41b8a9 100644
--- a/content/renderer/media/android/stream_texture_factory_android.h
+++ b/content/renderer/media/android/stream_texture_factory_android.h
@@ -10,7 +10,7 @@
#include "gpu/command_buffer/common/mailbox.h"
#include "ui/gfx/size.h"
-namespace WebKit {
+namespace blink {
class WebGraphicsContext3D;
}
@@ -75,7 +75,7 @@ class StreamTextureFactory {
virtual void SetStreamTextureSize(int32 texture_id,
const gfx::Size& size) = 0;
- virtual WebKit::WebGraphicsContext3D* Context3d() = 0;
+ virtual blink::WebGraphicsContext3D* Context3d() = 0;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698