|
Remove ::create factory functions from objects created via WebCompositorSupport
These are uncalled and don't actually work at all in the component build.
Leaving them around is just confusing. Code that wants to instantiate these
types can use the WebCompositorSupport interface or directly construct
the Impls.
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167188
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+24 lines, -71 lines) |
Patch |
 |
M |
chrome/android/testshell/tab_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/tab_base_android_impl.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_render_view.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_animation_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_content_layer_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_external_texture_layer_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_float_animation_curve_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_image_layer_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_io_surface_layer_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_layer_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_layer_unittest.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_scrollbar_layer_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_solid_color_layer_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_transform_animation_curve_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/web_video_layer_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|