Index: content/renderer/media/android/stream_texture_factory_android_impl.cc |
diff --git a/content/renderer/media/android/stream_texture_factory_android_impl.cc b/content/renderer/media/android/stream_texture_factory_android_impl.cc |
index 9c29203cdb294ef6403ddaf691b83a5a060152f1..3b421ca04ef76b23f7c62fb03eb715e173cb6210 100644 |
--- a/content/renderer/media/android/stream_texture_factory_android_impl.cc |
+++ b/content/renderer/media/android/stream_texture_factory_android_impl.cc |
@@ -80,7 +80,7 @@ void StreamTextureProxyImpl::OnMatrixChanged(const float matrix[16]) { |
} // namespace |
StreamTextureFactoryImpl::StreamTextureFactoryImpl( |
- WebKit::WebGraphicsContext3D* context, |
+ blink::WebGraphicsContext3D* context, |
GpuChannelHost* channel, |
int view_id) |
: context_(context), channel_(channel), view_id_(view_id) { |
@@ -137,7 +137,7 @@ void StreamTextureFactoryImpl::SetStreamTextureSize( |
channel_->Send(new GpuChannelMsg_SetStreamTextureSize(stream_id, size)); |
} |
-WebKit::WebGraphicsContext3D* StreamTextureFactoryImpl::Context3d() { |
+blink::WebGraphicsContext3D* StreamTextureFactoryImpl::Context3d() { |
return context_; |
} |