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

Unified Diff: content/shell/renderer/test_runner/TestPlugin.cpp

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moving assert_matching_enum from content/publi/common to content/common Created 6 years, 6 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
Index: content/shell/renderer/test_runner/TestPlugin.cpp
diff --git a/content/shell/renderer/test_runner/TestPlugin.cpp b/content/shell/renderer/test_runner/TestPlugin.cpp
index db9edc573f4098b29be5dd735e1b4af1d7c7cfd5..284a6737427a9a6753f375688288f3418ad598bb 100644
--- a/content/shell/renderer/test_runner/TestPlugin.cpp
+++ b/content/shell/renderer/test_runner/TestPlugin.cpp
@@ -208,7 +208,7 @@ bool TestPlugin::initialize(WebPluginContainer* container)
return false;
m_layer = cc::TextureLayer::CreateForMailbox(this);
- m_webLayer = make_scoped_ptr(new webkit::WebLayerImpl(m_layer));
+ m_webLayer = make_scoped_ptr(new WebLayerImpl(m_layer));
m_container = container;
m_container->setWebLayer(m_webLayer.get());
if (m_reRequestTouchEvents) {

Powered by Google App Engine
This is Rietveld 408576698