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

Unified Diff: content/browser/gpu/gpu_ipc_browsertests.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/browser/gpu/gpu_ipc_browsertests.cc
diff --git a/content/browser/gpu/gpu_ipc_browsertests.cc b/content/browser/gpu/gpu_ipc_browsertests.cc
index f066fe6809eeb8c85ab2e2d64ab068a5d383a845..a67a9be1554e318e7d8e221cc5e37a9869a4d78f 100644
--- a/content/browser/gpu/gpu_ipc_browsertests.cc
+++ b/content/browser/gpu/gpu_ipc_browsertests.cc
@@ -35,7 +35,7 @@ class ContextTestBase : public content::ContentBrowserTest {
context_.reset(
WebGraphicsContext3DCommandBufferImpl::CreateOffscreenContext(
gpu_channel_host.get(),
- WebKit::WebGraphicsContext3D::Attributes(),
+ blink::WebGraphicsContext3D::Attributes(),
GURL()));
CHECK(context_.get());
context_->makeContextCurrent();
@@ -120,7 +120,7 @@ class BrowserGpuChannelHostFactoryTest : public ContextTestBase {
return make_scoped_ptr(
WebGraphicsContext3DCommandBufferImpl::CreateOffscreenContext(
GetGpuChannel(),
- WebKit::WebGraphicsContext3D::Attributes(),
+ blink::WebGraphicsContext3D::Attributes(),
GURL()));
}
};
« no previous file with comments | « content/browser/gamepad/gamepad_test_helpers.cc ('k') | content/browser/indexed_db/indexed_db_backing_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698