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

Unified Diff: cc/resources/video_resource_updater.cc

Issue 61553006: Rename WebKit namespace to blink (part 5) (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
« no previous file with comments | « cc/resources/resource_update_controller_unittest.cc ('k') | cc/scheduler/texture_uploader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/video_resource_updater.cc
diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc
index ebd23b16f07612379d48098e8ad5eea10b790312..6a0e15dcf80b688221513c4d924af626d6ce76a8 100644
--- a/cc/resources/video_resource_updater.cc
+++ b/cc/resources/video_resource_updater.cc
@@ -203,7 +203,7 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForSoftwarePlanes(
if (!software_compositor) {
DCHECK(context_provider_);
- WebKit::WebGraphicsContext3D* context =
+ blink::WebGraphicsContext3D* context =
context_provider_->Context3d();
GLC(context, context->genMailboxCHROMIUM(mailbox.name));
« no previous file with comments | « cc/resources/resource_update_controller_unittest.cc ('k') | cc/scheduler/texture_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698