Chromium Code Reviews| Index: content/browser/renderer_host/render_widget_host_view_base.h |
| diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h |
| index 9f1450bd11da932e1d8fa2e09030ce9d115bbfb8..4ce0b29a3b696c979f3c524fba64f16ac33ae8c2 100644 |
| --- a/content/browser/renderer_host/render_widget_host_view_base.h |
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h |
| @@ -319,6 +319,9 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView, |
| virtual void ShowDisambiguationPopup(const gfx::Rect& rect_pixels, |
| const SkBitmap& zoomed_bitmap); |
| + // Cancel all the active touch events for the current main frame. |
|
nasko
2015/02/04 22:02:42
If this is all this method does, then it has the w
lanwei
2015/02/05 20:08:27
Done.
|
| + virtual void OnDidNavigateMainFrameToNewPage(); |
| + |
| #if defined(OS_ANDROID) |
| // Instructs the view to not drop the surface even when the view is hidden. |
| virtual void LockCompositingSurface() = 0; |