Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: content/renderer/android/synchronous_compositor_impl.h

Issue 15002007: Delegate root layer scroll offset to android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on top of crrev.com/15875009 Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698