| 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 d6b7a1a5d2f13c3cfec0ba2b3d083fe0363a5809..c9b14a8af8758c651d42a7b3f886f73b77cfc2d2 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -303,6 +303,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| // Returns True if the given media should be blocked to load.
|
| bool ShouldBlockMediaRequest(const GURL& url);
|
|
|
| + void DidStopFlinging();
|
| +
|
| // --------------------------------------------------------------------------
|
| // Methods called from native code
|
| // --------------------------------------------------------------------------
|
|
|