Index: content/renderer/render_widget.h |
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h |
index 9a260470721c121759982b09b36c78f14b340c69..856bf499e74fa206eae47743b9d7b5102128f9f0 100644 |
--- a/content/renderer/render_widget.h |
+++ b/content/renderer/render_widget.h |
@@ -543,6 +543,9 @@ class CONTENT_EXPORT RenderWidget |
// Check whether the WebWidget has any touch event handlers registered. |
virtual void hasTouchEventHandlers(bool has_handlers); |
+ // Tell the browser about the actions permitted for a new touch point. |
+ virtual void setTouchAction(int touchId, TouchAction touchAction); |
+ |
// Creates a 3D context associated with this view. |
scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateGraphicsContext3D( |
const blink::WebGraphicsContext3D::Attributes& attributes); |