|
cc: Remove CreateAndInitializeOutputSurface from the Proxy interface.
Move it to be non-virtual methods on SingleThreadProxy and ThreadProxy.
LayerTreeHost only needs to call it on the SingleThreadProxy, and make
it do that before calling Composite() instead of having Composite()
early out.
Merge LTH::InitializeOutputSurfaceIfNeeded into LTH::Composite.
NOTRY=true
R=enne
BUG= 374287
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271769
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+23 lines, -36 lines) |
Patch |
 |
M |
cc/test/fake_proxy.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/fake_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host.cc
|
View
|
|
2 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest.cc
|
View
|
|
7 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/trees/proxy.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/trees/single_thread_proxy.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/single_thread_proxy.cc
|
View
|
1
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/trees/thread_proxy.h
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/examples/compositor_app/compositor_host.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|