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

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

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.h
diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
index 67c41b3da3aece9738a600237fa6772de9555f75..dced6da7064aea93affb1074d8748748ba4b3e4a 100644
--- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
+++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
@@ -141,6 +141,10 @@ class TestWebWidgetClient : public WebWidgetClient {
public:
virtual ~TestWebWidgetClient() {}
bool allowsBrokenNullLayerTreeView() const override { return true; }
+ WebLayerTreeView* initializeLayerTreeView() override;
+
+ private:
+ std::unique_ptr<WebLayerTreeView> m_layerTreeView;
};
class TestWebViewWidgetClient : public TestWebWidgetClient {
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698