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

Unified Diff: cc/input/scroll_state_data.h

Issue 2401853003: CL for src perf tryjob to run smoothness.scrolling_tough_ad_cases benchmark on android-nexus5X plat… (Closed)
Patch Set: 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 | « no previous file | cc/input/scroll_state_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/scroll_state_data.h
diff --git a/cc/input/scroll_state_data.h b/cc/input/scroll_state_data.h
index 90339649f5ffbd475d17f5b36421923e1cae812e..fb02275d1cad56dd3e893e998dba799a0ce3bc54 100644
--- a/cc/input/scroll_state_data.h
+++ b/cc/input/scroll_state_data.h
@@ -53,6 +53,8 @@ class CC_EXPORT ScrollStateData {
// of |caused_scroll_*_|. See crbug.com/510045 for details.
bool caused_scroll_x;
bool caused_scroll_y;
+ // True for scrollEnd if, a fling might happen after the scrollEnd.
+ bool fling_might_happen_next;
ScrollNode* current_native_scrolling_node() const;
void set_current_native_scrolling_node(
« no previous file with comments | « no previous file | cc/input/scroll_state_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698