Chromium Code Reviews| Index: content/browser/renderer_host/render_widget_host_view_aura.h |
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h |
| index 69fe661283393fdb0315cda39e74758e57cc291c..9f9ed2338f5efc4027abcf8f3814c0b881d913b6 100644 |
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h |
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
| @@ -364,6 +364,10 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
| } |
| const ui::MotionEventAura& pointer_state() const { return pointer_state_; } |
| + // Reset unchange touch point to StateStationary for touchmove and |
| + // touchcancel. |
| + void SetTouchPointStateStationary(blink::WebTouchEvent* event, int touch_id); |
|
jdduke (slow)
2015/05/08 02:20:32
If we need this let's go ahead and make it static.
|
| + |
| private: |
| FRIEND_TEST_ALL_PREFIXES(RenderWidgetHostViewAuraTest, |
| PopupRetainsCaptureAfterMouseRelease); |