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

Unified Diff: content/renderer/render_widget.h

Issue 1050993004: Route touchmove existence notifications to the TouchEventQueue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index f877dbc024ba164b54e97ed0afe4e374d214eeee..26991c288ab148557e87063aaddf2932435a0572 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -574,8 +574,9 @@ class CONTENT_EXPORT RenderWidget
// at the given point.
virtual bool HasTouchEventHandlersAt(const gfx::Point& point) const;
- // Check whether the WebWidget has any touch event handlers registered.
- virtual void hasTouchEventHandlers(bool has_handlers);
+ // Notifies whether the WebWidget has any touch event handlers registered.
+ virtual void hasEventHandlers(blink::WebEventHandlerClass handler_class,
+ bool has_handlers);
// Tell the browser about the actions permitted for a new touch point.
virtual void setTouchAction(blink::WebTouchAction touch_action);
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698