| Index: content/public/browser/android/content_view_core.h
|
| diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
|
| index 79be4c4c12036e0e2b10de608635b5c1f48f0397..596902c1ecc8f9f0c0f01259ebc1aea1e71e2dcd 100644
|
| --- a/content/public/browser/android/content_view_core.h
|
| +++ b/content/public/browser/android/content_view_core.h
|
| @@ -55,6 +55,7 @@ class CONTENT_EXPORT ContentViewCore {
|
| virtual void RequestContentClipping(const gfx::Rect& clipping,
|
| const gfx::Size& content_size) = 0;
|
| virtual void PauseVideo() = 0;
|
| + virtual void ResumeFullscreenVideo() = 0;
|
|
|
| // Observer callback for frame metadata updates.
|
| typedef base::Callback<void(
|
|
|