summaryrefslogtreecommitdiffstats
path: root/cc/proto
diff options
context:
space:
mode:
authortdresser <tdresser@chromium.org>2016-01-18 15:21:22 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-18 23:22:21 +0000
commit81e84c67c444571b63a2d3992af61561e9935230 (patch)
treed91fb9064d73fa8b8694b730b996bcd1b580b294 /cc/proto
parent14a140b3b802c95a0f685420df0055334ebbacc6 (diff)
downloadchromium_src-81e84c67c444571b63a2d3992af61561e9935230.zip
chromium_src-81e84c67c444571b63a2d3992af61561e9935230.tar.gz
chromium_src-81e84c67c444571b63a2d3992af61561e9935230.tar.bz2
Add histogram attributing cause of main thread scrolling.
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel BUG=569077 Review URL: https://codereview.chromium.org/1484913002 Cr-Commit-Position: refs/heads/master@{#370057}
Diffstat (limited to 'cc/proto')
-rw-r--r--cc/proto/layer.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index bc1255d..4c8ba31 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -85,7 +85,7 @@ message BaseLayerProperties {
// repeated FilterOperation filters = 12;
// repeated FilterOperation background_filters = 13;
optional bool masks_to_bounds = 14;
- optional bool should_scroll_on_main_thread = 15;
+ optional uint32 main_thread_scrolling_reasons = 15;
optional bool have_wheel_event_handlers = 16;
optional bool have_scroll_event_handlers = 17;
optional Region non_fast_scrollable_region = 18;