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

Unified Diff: cc/resources/tile_priority.h

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/tile_manager.cc ('k') | cc/resources/tile_priority.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile_priority.h
diff --git a/cc/tile_priority.h b/cc/resources/tile_priority.h
similarity index 97%
rename from cc/tile_priority.h
rename to cc/resources/tile_priority.h
index ea23df4e95b92c5faec9e2e261ed8cce8f9e80aa..29feb6c6ec693520086959eeeb112908e0d0077c 100644
--- a/cc/tile_priority.h
+++ b/cc/resources/tile_priority.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_TILE_PRIORITY_H_
-#define CC_TILE_PRIORITY_H_
+#ifndef CC_RESOURCES_TILE_PRIORITY_H_
+#define CC_RESOURCES_TILE_PRIORITY_H_
#include <limits>
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "cc/picture_pile.h"
+#include "cc/resources/picture_pile.h"
#include "ui/gfx/quad_f.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/size.h"
@@ -177,4 +177,4 @@ class GlobalStateThatImpactsTilePriority {
} // namespace cc
-#endif // CC_TILE_PRIORITY_H_
+#endif // CC_RESOURCES_TILE_PRIORITY_H_
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | cc/resources/tile_priority.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698