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

Unified Diff: content/renderer/media/android/stream_texture_factory_android_impl.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_impl.h
diff --git a/content/renderer/media/android/stream_texture_factory_android_impl.h b/content/renderer/media/android/stream_texture_factory_android_impl.h
index f55d23c314558352b6f7dcb3504adfa07bf1ccf4..0cd3d5866c94bf7a5a000dcdb132501977f4c97a 100644
--- a/content/renderer/media/android/stream_texture_factory_android_impl.h
+++ b/content/renderer/media/android/stream_texture_factory_android_impl.h
@@ -7,7 +7,7 @@
#include "content/renderer/media/android/stream_texture_factory_android.h"
-namespace WebKit {
+namespace blink {
class WebGraphicsContext3D;
}
@@ -17,7 +17,7 @@ class GpuChannelHost;
class StreamTextureFactoryImpl : public StreamTextureFactory {
public:
- StreamTextureFactoryImpl(WebKit::WebGraphicsContext3D* context,
+ StreamTextureFactoryImpl(blink::WebGraphicsContext3D* context,
GpuChannelHost* channel,
int view_id);
virtual ~StreamTextureFactoryImpl();
@@ -33,10 +33,10 @@ class StreamTextureFactoryImpl : public StreamTextureFactory {
virtual void DestroyStreamTexture(unsigned texture_id) OVERRIDE;
virtual void SetStreamTextureSize(int32 texture_id,
const gfx::Size& size) OVERRIDE;
- virtual WebKit::WebGraphicsContext3D* Context3d() OVERRIDE;
+ virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE;
private:
- WebKit::WebGraphicsContext3D* context_;
+ blink::WebGraphicsContext3D* context_;
scoped_refptr<GpuChannelHost> channel_;
int view_id_;

Powered by Google App Engine
This is Rietveld 408576698