| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 9a3970f5804a49390f66ba792b3a52c66622c499..da46a1bcbaaad439f7d40db559d89b94b029ff27 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -60,6 +60,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| virtual float GetDpiScale() const OVERRIDE;
|
| virtual void RequestContentClipping(const gfx::Rect& clipping,
|
| const gfx::Size& content_size) OVERRIDE;
|
| + virtual void PauseVideo() OVERRIDE;
|
|
|
| // --------------------------------------------------------------------------
|
| // Methods called from Java via JNI
|
|
|