|
Add impl/comp scrolling instrumentation.
While developing universal overflow scroll, I added a number of trace events
that will, I think, be of general use. I've created this patch to add them on
their own since they're not really related to the rest of that work.
The goal is to allow someone to run chrome with the flag --trace-to-console=impl-scroll and see, at a glance, how the impl-scroll code path works. It's intended to be educational.
R=danakj@chromium.org,enne@chromium.org
BUG=None
Total comments: 17
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+168 lines, -12 lines) |
Patch |
 |
M |
cc/base/math_util.h
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/base/math_util.cc
|
View
|
1
2
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.cc
|
View
|
1
2
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_impl.cc
|
View
|
1
2
|
5 chunks |
+46 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host.cc
|
View
|
1
2
|
2 chunks |
+19 lines, -0 lines |
1 comment
|
Download
|
 |
M |
cc/trees/layer_tree_host_common.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
|
5 chunks |
+45 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/thread_proxy.cc
|
View
|
1
2
|
2 chunks |
+25 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/input_handler_proxy.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/render_widget_compositor.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|