| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 6dd0d8401fc9b1fe92c120eacce7868769bbbfe5..bf56eb1aedea1e13eef0b568f8559302a83e4d5f 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -541,6 +541,9 @@ class CONTENT_EXPORT RenderViewImpl
|
| const blink::WebPluginAction& action);
|
| void OnMoveOrResizeStarted();
|
| void OnReleaseDisambiguationPopupBitmap(const cc::SharedBitmapId& id);
|
| + void OnResolveTapDisambiguation(double timestamp_seconds,
|
| + gfx::Point tap_viewport_offset,
|
| + bool is_long_press);
|
| void OnSetActive(bool active);
|
| void OnSetBackgroundOpaque(bool opaque);
|
| void OnExitFullscreen();
|
|
|