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

Unified Diff: cc/renderer.cc

Issue 12912006: Part 4 of cc/ directory shuffles: output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: cc/renderer.cc
diff --git a/cc/renderer.cc b/cc/renderer.cc
deleted file mode 100644
index 110f6b14f675bce4b618d1ad16e29d947bdbfd59..0000000000000000000000000000000000000000
--- a/cc/renderer.cc
+++ /dev/null
@@ -1,17 +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 "cc/renderer.h"
-
-namespace cc {
-
-bool Renderer::HaveCachedResourcesForRenderPassId(RenderPass::Id id) const {
- return false;
-}
-
-bool Renderer::IsContextLost() {
- return false;
-}
-
-} // namespace cc
« no previous file with comments | « cc/renderer.h ('k') | cc/resource_pool.h » ('j') | content/common/view_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698