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

Unified Diff: cc/trees/transform_node.h

Issue 2189583004: [not for review - epic CL] Adding Elastic+Momentum+Layered scrolling to views::ScrollView Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 2 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/trees/property_tree_unittest.cc ('k') | cc/trees/transform_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/transform_node.h
diff --git a/cc/trees/transform_node.h b/cc/trees/transform_node.h
index 1e8c3910aaa08a8449e3a5136995e0f6661e04eb..bc634e7fc647c61747a5bde8079bcf0c1ee52963 100644
--- a/cc/trees/transform_node.h
+++ b/cc/trees/transform_node.h
@@ -118,7 +118,7 @@ struct CC_EXPORT TransformNode {
gfx::Vector2dF surface_contents_scale;
// TODO(vollick): will be moved when accelerated effects are implemented.
- gfx::ScrollOffset scroll_offset;
+ gfx::ScrollOffset scroll_offset_with_overscroll;
// We scroll snap where possible, but this means fixed-pos elements must be
// adjusted. This value stores the snapped amount for this purpose.
« no previous file with comments | « cc/trees/property_tree_unittest.cc ('k') | cc/trees/transform_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698