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

Unified Diff: sky/engine/public/web/WebWidget.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/WebWidget.h
diff --git a/sky/engine/public/web/WebWidget.h b/sky/engine/public/web/WebWidget.h
index 5263ca3bc23c3b2769417572704b611d5500c1a5..95a9da2bc2d9b79e8532104343c2b68418b9c53d 100644
--- a/sky/engine/public/web/WebWidget.h
+++ b/sky/engine/public/web/WebWidget.h
@@ -133,9 +133,6 @@ public:
// Called to inform the WebWidget of the mouse cursor's visibility.
virtual void setCursorVisibilityState(bool isVisible) { }
- // Check whether the given point hits any registered touch event handlers.
- virtual bool hasTouchEventHandlersAt(const WebPoint&) { return true; }
-
// Called to inform the WebWidget that mouse capture was lost.
virtual void mouseCaptureLost() { }

Powered by Google App Engine
This is Rietveld 408576698