| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index 9978bf4ba5406603d3ce4a23d80bd6823806c053..cdba59fe164fd7c31cda38ca49074f7a91bf6e6c 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -258,6 +258,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| void SetTextSurroundingSelectionCallback(
|
| const TextSurroundingSelectionCallback& callback);
|
|
|
| + void OnDidEnterFullscreen();
|
| + void OnDidExitFullscreen();
|
| +
|
| private:
|
| // TouchSelectionControllerClient implementation.
|
| virtual bool SupportsAnimation() const OVERRIDE;
|
|
|