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

Unified Diff: cc/layer_updater.cc

Issue 12471007: Part 8 of cc/ directory shuffles: resources (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
« no previous file with comments | « cc/layer_updater.h ('k') | cc/managed_memory_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_updater.cc
diff --git a/cc/layer_updater.cc b/cc/layer_updater.cc
deleted file mode 100644
index 43073aa8160cc559e9e8972d8365796ecab3fcc2..0000000000000000000000000000000000000000
--- a/cc/layer_updater.cc
+++ /dev/null
@@ -1,16 +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/layer_updater.h"
-
-#include "cc/prioritized_resource.h"
-
-namespace cc {
-
-LayerUpdater::Resource::Resource(scoped_ptr<PrioritizedResource> texture)
- : texture_(texture.Pass()) {}
-
-LayerUpdater::Resource::~Resource() {}
-
-} // namespace cc
« no previous file with comments | « cc/layer_updater.h ('k') | cc/managed_memory_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698