Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: cc/output/output_surface_frame.cc

Issue 2374183006: Remove GLFrameData from CompositorFrame. (Closed)
Patch Set: Rebase + fix includes. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698