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

Unified Diff: content/renderer/media/android/stream_texture_factory_android_impl.cc

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.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_;
}

Powered by Google App Engine
This is Rietveld 408576698