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

Unified Diff: cc/resources/picture_pile.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/resources/picture_pile.h ('k') | cc/resources/picture_pile_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture_pile.cc
diff --git a/cc/picture_pile.cc b/cc/resources/picture_pile.cc
similarity index 98%
rename from cc/picture_pile.cc
rename to cc/resources/picture_pile.cc
index eac27b0c267474524c8104355974da533b048bf4..e57a10333225a9eaff6bf6e7c1bd29f5e984c74a 100644
--- a/cc/picture_pile.cc
+++ b/cc/resources/picture_pile.cc
@@ -5,8 +5,8 @@
#include <algorithm>
#include "cc/base/region.h"
-#include "cc/picture_pile.h"
-#include "cc/picture_pile_impl.h"
+#include "cc/resources/picture_pile.h"
+#include "cc/resources/picture_pile_impl.h"
namespace {
// Maximum number of pictures that can overlap before we collapse them into
« no previous file with comments | « cc/resources/picture_pile.h ('k') | cc/resources/picture_pile_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698