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

Unified Diff: cc/CCRenderer.cpp

Issue 11122003: [cc] Rename all cc/ filenames to Chromium style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/CCRenderer.h ('k') | cc/CCRendererGL.h » ('j') | no next file with comments »
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
deleted file mode 100644
index 69c04dfbfc14941aab52c54bb075e08f0c02baa6..0000000000000000000000000000000000000000
--- a/cc/CCRenderer.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698