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

Unified Diff: webkit/support/webkit_support.cc

Issue 12496013: Move compositor bindings implementations out of WebKit::, fix style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 9 months 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 | « webkit/support/test_webkit_platform_support.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/webkit_support.cc
diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc
index 1dae7214fe234fffcac2c62c09f1789389266323..087eb699dbb11d30f48cef407ea11f1e6f1206f4 100644
--- a/webkit/support/webkit_support.cc
+++ b/webkit/support/webkit_support.cc
@@ -538,8 +538,8 @@ WebKit::WebLayerTreeView* CreateLayerTreeView(
static_cast<webkit_glue::WebThreadImpl*>(thread)->
message_loop()->message_loop_proxy());
- scoped_ptr<WebKit::WebLayerTreeViewImplForTesting> view(
- new WebKit::WebLayerTreeViewImplForTesting(type, client));
+ scoped_ptr<webkit::WebLayerTreeViewImplForTesting> view(
+ new webkit::WebLayerTreeViewImplForTesting(type, client));
if (!view->initialize(compositor_thread.Pass()))
return NULL;
« no previous file with comments | « webkit/support/test_webkit_platform_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698