Chromium Code Reviews| Index: content/renderer/android/synchronous_compositor_impl.h |
| diff --git a/content/renderer/android/synchronous_compositor_impl.h b/content/renderer/android/synchronous_compositor_impl.h |
| index 35317b7ee3b4932dad689ef38e42b4e9be04d4ab..4f30e7215bfb1aeb690980c7624e4877e19222d3 100644 |
| --- a/content/renderer/android/synchronous_compositor_impl.h |
| +++ b/content/renderer/android/synchronous_compositor_impl.h |
| @@ -47,6 +47,10 @@ class SynchronousCompositorImpl |
| virtual void DidCreateSynchronousOutputSurface() OVERRIDE; |
| virtual void DidDestroySynchronousOutputSurface() OVERRIDE; |
| + // LayerScrollOffsetDelegate |
|
joth
2013/05/29 00:46:25
I don't see LayerScrollOffsetDelegate in the class
mkosiba (inactive)
2013/05/29 13:18:24
Done.
|
| + virtual void SetTotalScrollOffset(gfx::Vector2dF new_value) OVERRIDE; |
| + virtual gfx::Vector2dF GetTotalScrollOffset() OVERRIDE; |
| + |
| private: |
| bool CalledOnValidThread() const; |