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

Unified Diff: content/common/gpu/client/gpu_context_tests.h

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/common/gpu/client/gpu_context_tests.h
diff --git a/content/common/gpu/client/gpu_context_tests.h b/content/common/gpu/client/gpu_context_tests.h
index 895ce2592bd7737cb4c0fc33bd667e89ee8a33f8..a679e7282ee3ca8cdcd87a9f2068378672f883da 100644
--- a/content/common/gpu/client/gpu_context_tests.h
+++ b/content/common/gpu/client/gpu_context_tests.h
@@ -29,7 +29,7 @@ class SignalTest : public ContextTestBase {
}
// These tests should time out if the callback doesn't get called.
- void TestSignalQuery(WebKit::WebGLId query) {
+ void TestSignalQuery(blink::WebGLId query) {
base::RunLoop run_loop;
context_support_->SignalQuery(
query,
@@ -59,7 +59,7 @@ CONTEXT_TEST_F(SignalTest, BasicSignalQueryTest) {
};
CONTEXT_TEST_F(SignalTest, SignalQueryUnboundTest) {
- WebKit::WebGLId query = context_->createQueryEXT();
+ blink::WebGLId query = context_->createQueryEXT();
TestSignalQuery(query);
context_->deleteQueryEXT(query);
};
« no previous file with comments | « content/common/gpu/client/gl_helper_unittests.cc ('k') | content/common/gpu/client/gpu_in_process_context_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698