| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 977d14ea92a1e17f8e256eeb74568c191635b4b4..c96bd74f87c3e580b0ce70cdb1b59a9f54221e5b 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -1019,6 +1019,8 @@ class CONTENT_EXPORT RenderViewImpl
|
| void OnUpdateTopControlsState(bool enable_hiding,
|
| bool enable_showing,
|
| bool animate);
|
| + void OnPauseVideo();
|
| +
|
| #elif defined(OS_MACOSX)
|
| void OnCopyToFindPboard();
|
| void OnPluginImeCompositionCompleted(const string16& text, int plugin_id);
|
|
|