| 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 1211e7e865fec070dcf204cd7df0b82725e0d1fa..aa79f3bbd1eff11310792d0228e79450c28e01e7 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -60,6 +60,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| gfx::Rect src_subrect,
|
| const base::Callback<void(bool, const SkBitmap&)>& result_callback)
|
| OVERRIDE;
|
| + virtual scoped_refptr<cc::DelegatedRendererLayer>
|
| + CreateDelegatedLayerForFrameProvider() OVERRIDE;
|
| virtual float GetDpiScale() const OVERRIDE;
|
| virtual void PauseVideo() OVERRIDE;
|
| virtual void PauseOrResumeGeolocation(bool should_pause) OVERRIDE;
|
|
|