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

Unified Diff: cc/compositor_frame.cc

Issue 10915298: Add CCDelegatingRenderer, and corresponding IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang Created 8 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/compositor_frame.h ('k') | cc/ipc/cc_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/compositor_frame.cc
diff --git a/cc/compositor_frame.cc b/cc/compositor_frame.cc
new file mode 100644
index 0000000000000000000000000000000000000000..b924b670b2495ca9401ee42ac8eecb64ab723307
--- /dev/null
+++ b/cc/compositor_frame.cc
@@ -0,0 +1,21 @@
+// Copyright (c) 2012 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/compositor_frame.h"
+
+namespace cc {
+
+CompositorFrame::CompositorFrame() {
+}
+
+CompositorFrame::~CompositorFrame() {
+}
+
+CompositorFrameAck::CompositorFrameAck() {
+}
+
+CompositorFrameAck::~CompositorFrameAck() {
+}
+
+} // namespace cc
« no previous file with comments | « cc/compositor_frame.h ('k') | cc/ipc/cc_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698