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

Unified Diff: cc/input/browser_controls_offset_manager.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/debug/micro_benchmark_controller_unittest.cc ('k') | cc/input/browser_controls_offset_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/browser_controls_offset_manager.h
diff --git a/cc/input/browser_controls_offset_manager.h b/cc/input/browser_controls_offset_manager.h
index 401487c7aa2a2c37d65f980341bc2d95906fc090..aa35f52dbb87b9f1025a07d48362a847e90069db 100644
--- a/cc/input/browser_controls_offset_manager.h
+++ b/cc/input/browser_controls_offset_manager.h
@@ -95,8 +95,9 @@ class CC_EXPORT BrowserControlsOffsetManager
// Accumulated scroll delta since last baseline reset
float accumulated_scroll_delta_;
- // Content offset when last baseline reset occurred
- float baseline_content_offset_;
+ // Content offset when last baseline reset occurred.
+ float baseline_top_content_offset_;
+ float baseline_bottom_content_offset_;
// The percent height of the visible control such that it must be shown
// when the user stops the scroll.
« no previous file with comments | « cc/debug/micro_benchmark_controller_unittest.cc ('k') | cc/input/browser_controls_offset_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698