| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 7edcc6f4e70f511f3b06613f469fddaeb649b69a..df7e327e3424e81e957f416554771dc8c1a15255 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -675,6 +675,7 @@ class CONTENT_EXPORT RenderViewImpl
|
| void OnEnableViewSourceMode();
|
| void OnForceRedraw(int request_id);
|
| void OnSelectWordAroundCaret();
|
| + void OnSetWindowVisibility(bool visible);
|
| #if defined(OS_ANDROID)
|
| void OnActivateNearestFindResult(int request_id, float x, float y);
|
| void OnFindMatchRects(int current_version);
|
| @@ -688,7 +689,6 @@ class CONTENT_EXPORT RenderViewImpl
|
| void OnPluginImeCompositionCompleted(const base::string16& text,
|
| int plugin_id);
|
| void OnSetInLiveResize(bool in_live_resize);
|
| - void OnSetWindowVisibility(bool visible);
|
| void OnWindowFrameChanged(const gfx::Rect& window_frame,
|
| const gfx::Rect& view_frame);
|
| #endif
|
|
|