Chromium Code Reviews| Index: cc/output/output_surface_frame.cc |
| diff --git a/cc/test/stub_layer_tree_host_single_thread_client.cc b/cc/output/output_surface_frame.cc |
| similarity index 50% |
| copy from cc/test/stub_layer_tree_host_single_thread_client.cc |
| copy to cc/output/output_surface_frame.cc |
| index 028e738f698dfb3443bce5ec9c514e2b44e3fd5b..6359d30b18886486054ba4da1b84a36576fbf59f 100644 |
| --- a/cc/test/stub_layer_tree_host_single_thread_client.cc |
| +++ b/cc/output/output_surface_frame.cc |
| @@ -2,11 +2,15 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "cc/test/stub_layer_tree_host_single_thread_client.h" |
| +#include "cc/output/output_surface_frame.h" |
| namespace cc { |
| -StubLayerTreeHostSingleThreadClient::~StubLayerTreeHostSingleThreadClient() = |
| +OutputSurfaceFrame::OutputSurfaceFrame() {} |
|
danakj
2016/10/04 21:58:40
= default
kylechar
2016/10/05 13:45:54
Done.
|
| + |
| +OutputSurfaceFrame::OutputSurfaceFrame(const OutputSurfaceFrame& other) = |
| default; |
| +OutputSurfaceFrame::~OutputSurfaceFrame() {} |
|
danakj
2016/10/04 21:58:40
= default
kylechar
2016/10/05 13:45:54
Done.
|
| + |
| } // namespace cc |