|
cc: Allow TestDelegatingOutputSurface to be used for non-pixel tests.
This renames the PixelTestDelegatingOutputSurface to drop the "Pixel",
it's cleaner.
And the caller creates the Display and its OutputSurface, etc. So it
has control over the types and can use a PixelTestOutputSurface or a
FakeOutputSurface for non-pixel unit tests.
R=enne
BUG= 606056
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel
Committed: https://crrev.com/516efc062a05c933e7ec957684235bdd6b9f3b87
Cr-Commit-Position: refs/heads/master@{#405623}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+306 lines, -409 lines) |
Patch |
 |
M |
android_webview/browser/surfaces_instance.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/BUILD.gn
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/cc_tests.gyp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/surfaces/display.h
|
View
|
|
3 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/surfaces/display.cc
|
View
|
|
2 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
cc/surfaces/display_unittest.cc
|
View
|
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/surfaces/surface_display_output_surface.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/surfaces/surface_display_output_surface_unittest.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/test/layer_tree_pixel_test.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/layer_tree_pixel_test.cc
|
View
|
|
2 chunks |
+52 lines, -22 lines |
0 comments
|
Download
|
 |
D |
cc/test/pixel_test_delegating_output_surface.h
|
View
|
|
1 chunk |
+0 lines, -91 lines |
0 comments
|
Download
|
 |
D |
cc/test/pixel_test_delegating_output_surface.cc
|
View
|
|
1 chunk |
+0 lines, -185 lines |
0 comments
|
Download
|
 |
A + |
cc/test/test_delegating_output_surface.h
|
View
|
|
5 chunks |
+11 lines, -32 lines |
0 comments
|
Download
|
 |
A |
cc/test/test_delegating_output_surface.cc
|
View
|
|
1 chunk |
+132 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/compositor/gpu_process_transport_factory.cc
|
View
|
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/compositor_impl_android.cc
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/android/synchronous_compositor_output_surface.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/layouttest_support.cc
|
View
|
|
2 chunks |
+43 lines, -15 lines |
0 comments
|
Download
|
 |
M |
services/ui/surfaces/display_compositor.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/test/in_process_context_factory.cc
|
View
|
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
Total messages: 17 (8 generated)
|