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

Unified Diff: cc/output/output_surface_frame.cc

Issue 2374183006: Remove GLFrameData from CompositorFrame. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « cc/output/output_surface_frame.h ('k') | cc/output/output_surface_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/output_surface_frame.cc
diff --git a/cc/output/output_surface_frame.cc b/cc/output/output_surface_frame.cc
new file mode 100644
index 0000000000000000000000000000000000000000..e3bb0fdab5bc46e610c9250d15a0979d7480f6fa
--- /dev/null
+++ b/cc/output/output_surface_frame.cc
@@ -0,0 +1,18 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "cc/output/output_surface_frame.h"
+
+namespace cc {
+
+OutputSurfaceFrame::OutputSurfaceFrame() = default;
+
+OutputSurfaceFrame::OutputSurfaceFrame(OutputSurfaceFrame&& other) = default;
+
+OutputSurfaceFrame::~OutputSurfaceFrame() = default;
+
+OutputSurfaceFrame& OutputSurfaceFrame::operator=(OutputSurfaceFrame&& other) =
+ default;
+
+} // namespace cc
« no previous file with comments | « cc/output/output_surface_frame.h ('k') | cc/output/output_surface_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698