|
cc: Fix enum style conformance in InputHandler.
This fixes enums to be always SHOUT_CASE, uses LAST_FOO instead of
FOO_COUNT to avoid NOTREACHED() cases in switches, and moves the
bitflags "enum" MainThreadScrollingReason into its own file, making it
a struct (for scoping) with a set of constants inside instead, not an
enum.
R=aelias@chromium.org, tdresser@chromium.org
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/3590476fbc8b9d8680bbc0a033025ab6daa5fe26
Cr-Commit-Position: refs/heads/master@{#370780}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+229 lines, -200 lines) |
Patch |
 |
M |
cc/blink/web_layer_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+28 lines, -30 lines |
0 comments
|
Download
|
 |
M |
cc/input/input_handler.h
|
View
|
1
|
3 chunks |
+6 lines, -38 lines |
0 comments
|
Download
|
 |
A |
cc/input/main_thread_scrolling_reason.h
|
View
|
1
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.h
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.cc
|
View
|
|
5 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_impl.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_impl.cc
|
View
|
|
8 chunks |
+14 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_unittest.cc
|
View
|
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layers/painted_scrollbar_layer.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/scrollbar_layer_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
|
11 chunks |
+28 lines, -21 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
|
35 chunks |
+57 lines, -49 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest_scroll.cc
|
View
|
|
5 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebMainThreadScrollingReason.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/blink/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/blink/input_handler_proxy.cc
|
View
|
1
2
3
|
11 chunks |
+20 lines, -26 lines |
0 comments
|
Download
|
 |
M |
ui/events/blink/input_handler_proxy_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
Total messages: 33 (15 generated)
|