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

Unified Diff: cc/test/test_context_provider.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/test/test_context_provider.h ('k') | cc/test/test_texture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_context_provider.cc
diff --git a/cc/test/test_context_provider.cc b/cc/test/test_context_provider.cc
index f1cdbb655443195c94145a6841a9350ae81aed7d..5262874ba14a0c92d7c136ba8d23a79f72f34e2c 100644
--- a/cc/test/test_context_provider.cc
+++ b/cc/test/test_context_provider.cc
@@ -16,7 +16,7 @@
namespace cc {
class TestContextProvider::LostContextCallbackProxy
- : public WebKit::WebGraphicsContext3D::WebGraphicsContextLostCallback {
+ : public blink::WebGraphicsContext3D::WebGraphicsContextLostCallback {
public:
explicit LostContextCallbackProxy(TestContextProvider* provider)
: provider_(provider) {
@@ -36,7 +36,7 @@ class TestContextProvider::LostContextCallbackProxy
};
class TestContextProvider::SwapBuffersCompleteCallbackProxy
- : public WebKit::WebGraphicsContext3D::
+ : public blink::WebGraphicsContext3D::
WebGraphicsSwapBuffersCompleteCallbackCHROMIUM {
public:
explicit SwapBuffersCompleteCallbackProxy(TestContextProvider* provider)
@@ -116,7 +116,7 @@ ContextProvider::Capabilities TestContextProvider::ContextCapabilities() {
return context3d_->test_capabilities();
}
-WebKit::WebGraphicsContext3D* TestContextProvider::Context3d() {
+blink::WebGraphicsContext3D* TestContextProvider::Context3d() {
DCHECK(context3d_);
DCHECK(bound_);
DCHECK(context_thread_checker_.CalledOnValidThread());
« no previous file with comments | « cc/test/test_context_provider.h ('k') | cc/test/test_texture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698