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

Unified Diff: sky/engine/public/web/WebWidgetClient.h

Issue 713073003: remove updateTouchEventTargetRectsIfNeeded (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: moar Created 6 years, 1 month 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: sky/engine/public/web/WebWidgetClient.h
diff --git a/sky/engine/public/web/WebWidgetClient.h b/sky/engine/public/web/WebWidgetClient.h
index edf441f7e41acc41437a3f67c3c081a663b3700f..a5ba7e95b946fa06b7873967e5cfed42e927771a 100644
--- a/sky/engine/public/web/WebWidgetClient.h
+++ b/sky/engine/public/web/WebWidgetClient.h
@@ -153,9 +153,6 @@ public:
// Called when a gesture event is handled.
virtual void didHandleGestureEvent(const WebGestureEvent& event, bool eventCancelled) { }
- // Called to update if touch events should be sent.
- virtual void hasTouchEventHandlers(bool) { }
-
// Called during WebWidget::HandleInputEvent for a TouchStart event to inform the embedder
// of the touch actions that are permitted for this touch.
virtual void setTouchAction(WebTouchAction touchAction) { }

Powered by Google App Engine
This is Rietveld 408576698