| Index: content/public/browser/android/synchronous_compositor.h
|
| diff --git a/content/public/browser/android/synchronous_compositor.h b/content/public/browser/android/synchronous_compositor.h
|
| index 82b50b7968e4920b5ca1f4f562c0bc0a955a1f21..bc74f1f240f12212fcee1f449591c2b06f62fd6b 100644
|
| --- a/content/public/browser/android/synchronous_compositor.h
|
| +++ b/content/public/browser/android/synchronous_compositor.h
|
| @@ -90,11 +90,6 @@ class CONTENT_EXPORT SynchronousCompositor {
|
| virtual void SynchronouslyZoomBy(float zoom_delta,
|
| const gfx::Point& anchor) = 0;
|
|
|
| - // Called by the embedder to notify that the compositor is active. The
|
| - // compositor won't ask for vsyncs when it's inactive. NOTE: The compositor
|
| - // starts off as inactive and needs a SetActive(true) call to begin.
|
| - virtual void SetIsActive(bool is_active) = 0;
|
| -
|
| // Called by the embedder to notify that the OnComputeScroll step is happening
|
| // and if any input animation is active, it should tick now.
|
| virtual void OnComputeScroll(base::TimeTicks animation_time) = 0;
|
|
|