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

Unified Diff: content/browser/renderer_host/input/input_router_impl.h

Issue 2479663002: Move compositor InputHandler from RenderViewImpl to RenderWidget. (Closed)
Patch Set: Account for the fact that OOPIF subframes don't have an InnerViewportScrollLayer. 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: content/browser/renderer_host/input/input_router_impl.h
diff --git a/content/browser/renderer_host/input/input_router_impl.h b/content/browser/renderer_host/input/input_router_impl.h
index 7c7e10c6081d7841491aded55dada2845d47b5ea..b55d09dc53082427eb483aac139789b9727510c2 100644
--- a/content/browser/renderer_host/input/input_router_impl.h
+++ b/content/browser/renderer_host/input/input_router_impl.h
@@ -84,6 +84,8 @@ class CONTENT_EXPORT InputRouterImpl
friend class InputRouterImplTest;
FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest,
SubframeTouchEventRouting);
+ FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest,
+ MainframeTouchEventRouting);
// TouchpadTapSuppressionControllerClient
void SendMouseEventImmediately(

Powered by Google App Engine
This is Rietveld 408576698