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

Unified Diff: cc/input/input_handler.h

Issue 1601243003: Add Page Based Scroll main thread scrolling reason. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove blank line Created 4 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 | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/input_handler.h
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
index d26e6a4bf5cfd182d659b8e22a61a49970159e5a..c6ca1f57a9edf8e2c8b14fbc695a71048e9bf23a 100644
--- a/cc/input/input_handler.h
+++ b/cc/input/input_handler.h
@@ -107,7 +107,8 @@ class CC_EXPORT InputHandler {
NOT_SCROLLABLE = 1 << 9,
CONTINUING_MAIN_THREAD_SCROLL = 1 << 10,
NON_INVERTIBLE_TRANSFORM = 1 << 11,
- MainThreadScrollingReasonCount = 13
+ PAGE_BASED_SCROLLING = 1 << 12,
+ MainThreadScrollingReasonCount = 14
};
struct ScrollStatus {
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698