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

Unified Diff: cc/trees/layer_tree_host.h

Issue 135183016: Revert of Pinch/Zoom Infrastructure & Plumbing CL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « cc/test/layer_tree_json_parser.cc ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index a1f26cce87d2146f907eb669fe558c5bfbf91a87..867bb197caf29fcea3537656c958fc85f615ad14 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -195,12 +195,6 @@
scoped_refptr<Layer> page_scale_layer,
scoped_refptr<Layer> inner_viewport_scroll_layer,
scoped_refptr<Layer> outer_viewport_scroll_layer);
- Layer* inner_viewport_scroll_layer() const {
- return inner_viewport_scroll_layer_.get();
- }
- Layer* outer_viewport_scroll_layer() const {
- return outer_viewport_scroll_layer_.get();
- }
const LayerTreeSettings& settings() const { return settings_; }
@@ -241,8 +235,6 @@
base::TimeDelta duration);
void ApplyScrollAndScale(const ScrollAndScaleSet& info);
- gfx::Vector2d DistributeScrollOffsetToViewports(const gfx::Vector2d offset,
- Layer* layer);
void SetImplTransform(const gfx::Transform& transform);
« no previous file with comments | « cc/test/layer_tree_json_parser.cc ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698