| 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 da46a1bcbaaad439f7d40db559d89b94b029ff27..740952415942ea273f8b1122bfbbe35da37b1416 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -300,7 +300,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
|
|
| void AttachLayer(scoped_refptr<cc::Layer> layer);
|
| void RemoveLayer(scoped_refptr<cc::Layer> layer);
|
| - void SetNeedsBeginFrame(bool enabled);
|
| + void AddBeginFrameSubscriber();
|
| + void RemoveBeginFrameSubscriber();
|
| void SetNeedsAnimate();
|
|
|
| private:
|
|
|