|
Add CompositingReasons to compositor layers.
This is a re-land after first version (r202580) was reverted. The problem was
that extra invalidations occurred due to a call to SetNeedsCommit(). The
solution is to avoid calling SetNeedsCommit(), and accept that this debug info
will be stale on the impl-thread until something else commits.
BUG= 240946
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202848
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+348 lines, -0 lines) |
Patch |
 |
M |
cc/cc.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
cc/layers/compositing_reasons.h
|
View
|
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.h
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_impl.h
|
View
|
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_impl.cc
|
View
|
|
3 chunks |
+124 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/renderer/compositor_bindings/compositor_bindings.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/renderer/compositor_bindings/web_compositing_reasons.cc
|
View
|
|
1 chunk |
+144 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/renderer/compositor_bindings/web_layer_impl.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/renderer/compositor_bindings/web_layer_impl.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|