|
Organize internal properties of cc/ layer types
One useful way to classify the various properties in cc/ layer data types is:
(1) properties given by the user of the cc APIs, and (2) properties that are
computed inside of cc code that are needed to correctly draw the layers.
This patch organizes properties internally so that as we develop cc code, we
are forced to be aware of whether a property is "given" or "computed".
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171323
Total comments: 2
Total comments: 12
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+418 lines, -434 lines) |
Patch |
 |
M |
cc/cc.gyp
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/damage_tracker_unittest.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
cc/draw_properties.h
|
View
|
1
2
|
1 chunk |
+74 lines, -0 lines |
2 comments
|
Download
|
 |
M |
cc/layer.h
|
View
|
1
2
|
6 chunks |
+21 lines, -59 lines |
0 comments
|
Download
|
 |
M |
cc/layer.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/layer_impl.h
|
View
|
1
2
|
7 chunks |
+24 lines, -59 lines |
0 comments
|
Download
|
 |
M |
cc/layer_impl.cc
|
View
|
1
2
|
7 chunks |
+19 lines, -19 lines |
0 comments
|
Download
|
 |
M |
cc/layer_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/layer_iterator_unittest.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layer_sorter_unittest.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_common.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_common.cc
|
View
|
1
2
|
16 chunks |
+49 lines, -45 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_common_unittest.cc
|
View
|
1
2
|
94 chunks |
+98 lines, -98 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_impl.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_impl_unittest.cc
|
View
|
1
2
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/layer_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/nine_patch_layer_impl_unittest.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/occlusion_tracker_unittest.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/quad_culler_unittest.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/render_surface_unittest.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/solid_color_layer_impl_unittest.cc
|
View
|
1
2
|
6 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/test/tiled_layer_test_common.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/tiled_layer_impl_unittest.cc
|
View
|
1
2
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/tiled_layer_unittest.cc
|
View
|
1
2
|
41 chunks |
+75 lines, -75 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|