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

Unified Diff: third_party/WebKit/public/platform/WebLayerTreeView.h

Issue 2479663002: Move compositor InputHandler from RenderViewImpl to RenderWidget. (Closed)
Patch Set: Plumb pseudo touch-event-rects for OOPIFs to compositor. 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/public/platform/WebLayerTreeView.h
diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
index e2919800eed802e5f2de25b2d2fca72547a4750c..3cd52847c9950e72c9ba6e8c9e9fa990f8f93615 100644
--- a/third_party/WebKit/public/platform/WebLayerTreeView.h
+++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
@@ -160,6 +160,7 @@ class WebLayerTreeView {
// Input properties ---------------------------------------------------
virtual void setEventListenerProperties(WebEventListenerClass,
WebEventListenerProperties){};
+ virtual void updateTouchRectsForSubframeIfNecessary(){};
dcheng 2017/01/20 19:27:20 Nit: no ; here.
wjmaclean 2017/01/20 19:34:19 Ooops! Done.
virtual void setHaveScrollEventHandlers(bool){};
// Debugging / dangerous ---------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698