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

Unified Diff: cc/trees/layer_tree_host_unittest_context.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/trees/layer_tree_host_unittest.cc ('k') | media/base/media_keys.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_unittest_context.cc
diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
index ce5dfe1d921129bfca209d99a304cc05084923b6..f8b69feba23aa3e52baf918cc43f433f6dac6ba5 100644
--- a/cc/trees/layer_tree_host_unittest_context.cc
+++ b/cc/trees/layer_tree_host_unittest_context.cc
@@ -41,7 +41,7 @@
#include "media/base/media.h"
using media::VideoFrame;
-using WebKit::WebGraphicsContext3D;
+using blink::WebGraphicsContext3D;
namespace cc {
namespace {
@@ -1101,7 +1101,7 @@ class LayerTreeHostContextTestDontUseLostResources
static void EmptyReleaseCallback(unsigned sync_point, bool lost) {}
virtual void SetupTree() OVERRIDE {
- WebKit::WebGraphicsContext3D* context3d =
+ blink::WebGraphicsContext3D* context3d =
child_output_surface_->context_provider()->Context3d();
scoped_ptr<DelegatedFrameData> frame_data(new DelegatedFrameData);
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | media/base/media_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698