|
cc: Create a cc::ScrollbarThemePainter and an adapter class in compositor bindings.
Instead of having the scrollbar layer talk directly to the
WebScrollbarThemePainter, we make an abstract interface in cc/ that it can talk
to. In the compositor bindings, we implement this class, and forward the
function calls made into it over to the WebKit implementation.
No change in behaviour, no new tests. This is a prerequisite for
https://codereview.chromium.org/11464041/.
BUG= 123444
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173687
Total comments: 2
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+494 lines, -100 lines) |
Patch |
 |
M |
cc/DEPS
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/caching_bitmap_content_layer_updater.cc
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/cc_tests.gyp
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/content_layer.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/content_layer.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/layer_painter.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layer_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/scrollbar_layer.h
|
View
|
1
2
|
4 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/scrollbar_layer.cc
|
View
|
1
|
7 chunks |
+48 lines, -47 lines |
0 comments
|
Download
|
 |
M |
cc/scrollbar_layer_unittest.cc
|
View
|
|
5 chunks |
+7 lines, -33 lines |
0 comments
|
Download
|
 |
A |
cc/scrollbar_theme_painter.h
|
View
|
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/test/fake_scrollbar_theme_painter.h
|
View
|
1
2
3
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/test/fake_scrollbar_theme_painter.cc
|
View
|
1
2
3
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/test/fake_web_scrollbar.h
|
View
|
1
2
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/test/fake_web_scrollbar.cc
|
View
|
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/tiled_layer_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/compositor_bindings.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_scrollbar_layer_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
A |
webkit/compositor_bindings/web_to_ccscrollbar_theme_painter_adapter.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/compositor_bindings/web_to_ccscrollbar_theme_painter_adapter.cc
|
View
|
1
2
3
4
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|