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

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: Changing dependencies due to failing ios bots 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
« no previous file with comments | « content/shell/renderer/test_runner/TestPlugin.h ('k') | content/test/layouttest_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..22f56f5ad3d5035833e6e524b9f5acfd01ebb792 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(InstantiateWebLayer(m_layer));
m_container = container;
m_container->setWebLayer(m_webLayer.get());
if (m_reRequestTouchEvents) {
« no previous file with comments | « content/shell/renderer/test_runner/TestPlugin.h ('k') | content/test/layouttest_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698