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

Unified Diff: cc/compositor_frame.cc

Issue 11308306: cc: Add CompositorFrame class with IPC param traits for it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forlanding Created 8 years 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/compositor_frame_ack.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/renderer.cc b/cc/compositor_frame.cc
similarity index 54%
copy from cc/renderer.cc
copy to cc/compositor_frame.cc
index 50f07a34eef88ecca63f292a29237bf0b5271f2b..da665395eb4d5def198a733d90bc94f733f4a40a 100644
--- a/cc/renderer.cc
+++ b/cc/compositor_frame.cc
@@ -2,18 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/renderer.h"
+#include "cc/compositor_frame.h"
namespace cc {
-bool Renderer::haveCachedResourcesForRenderPassId(RenderPass::Id) const
-{
- return false;
-}
+CompositorFrame::CompositorFrame() {}
-bool Renderer::isContextLost()
-{
- return false;
-}
+CompositorFrame::~CompositorFrame() {}
} // namespace cc
« no previous file with comments | « cc/compositor_frame.h ('k') | cc/compositor_frame_ack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698