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

Unified Diff: third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp

Issue 2479663002: Move compositor InputHandler from RenderViewImpl to RenderWidget. (Closed)
Patch Set: Rebase to master@{#445291}. Created 3 years, 11 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: third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
index f249400ab2f9a4968bd520a645c3e66bdefeb0cc..b5210c7b432df0e81df36add5fd25c536be3031d 100644
--- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
+++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
@@ -350,6 +350,11 @@ WebLayerTreeView* TestWebViewWidgetClient::initializeLayerTreeView() {
return m_testWebViewClient->initializeLayerTreeView();
}
+WebLayerTreeView* TestWebWidgetClient::initializeLayerTreeView() {
+ m_layerTreeView = WTF::makeUnique<WebLayerTreeViewImplForTesting>();
+ return m_layerTreeView.get();
+}
+
void TestWebViewWidgetClient::scheduleAnimation() {
m_testWebViewClient->scheduleAnimation();
}
« no previous file with comments | « third_party/WebKit/Source/web/tests/FrameTestHelpers.h ('k') | third_party/WebKit/Source/web/tests/WebViewTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698