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

Unified Diff: cc/CCRenderer.cpp

Issue 10942040: Fix CC*Renderer and CC*LayerImpl to compile with Clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/CCRenderer.h ('k') | cc/CCRendererGL.h » ('j') | cc/CCTiledLayerImpl.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCRenderer.cpp
diff --git a/cc/CCRenderer.cpp b/cc/CCRenderer.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..69c04dfbfc14941aab52c54bb075e08f0c02baa6
--- /dev/null
+++ b/cc/CCRenderer.cpp
@@ -0,0 +1,21 @@
+// Copyright 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 "config.h"
+
+#include "CCRenderer.h"
+
+namespace cc {
+
+bool CCRenderer::haveCachedResourcesForRenderPassId(CCRenderPass::Id) const
+{
+ return false;
+}
+
+bool CCRenderer::isContextLost()
+{
+ return false;
+}
+
+}
« no previous file with comments | « cc/CCRenderer.h ('k') | cc/CCRendererGL.h » ('j') | cc/CCTiledLayerImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698