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

Unified Diff: cc/proxy.h

Issue 11967015: Hide location bar on WebKit programmatic scroll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't plumb through WebLayerTreeView Created 7 years, 11 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: cc/proxy.h
diff --git a/cc/proxy.h b/cc/proxy.h
index f84a3f3e2ccb0ee273a7f419252a23169318b9e5..4a63f91d722889f5dac335a1a9fb3bcca6293f69 100644
--- a/cc/proxy.h
+++ b/cc/proxy.h
@@ -50,6 +50,8 @@ public:
virtual void startPageScaleAnimation(gfx::Vector2d targetOffset, bool useAnchor, float scale, base::TimeDelta duration) = 0;
+ virtual void programmaticScroll(gfx::Vector2d targetOffset) = 0;
+
virtual void finishAllRendering() = 0;
virtual bool isStarted() const = 0;
« no previous file with comments | « cc/layer_tree_host_impl.cc ('k') | cc/single_thread_proxy.h » ('j') | cc/top_controls_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698