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

Unified Diff: cc/prioritized_texture_manager.h

Issue 11189076: cc: Remove CC*.h temporary includes, part 1/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: f...k 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/prioritized_texture.h ('k') | cc/prioritized_texture_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/prioritized_texture_manager.h
diff --git a/cc/prioritized_texture_manager.h b/cc/prioritized_texture_manager.h
index 7f7b17a47468bdf74a620a5ff2bd641faf685d08..64b3abe7ce25bf0e0fe57bccaf7022bddf0ae963 100644
--- a/cc/prioritized_texture_manager.h
+++ b/cc/prioritized_texture_manager.h
@@ -5,15 +5,15 @@
#ifndef CCPrioritizedTextureManager_h
#define CCPrioritizedTextureManager_h
-#include "base/basictypes.h"
-#include "base/hash_tables.h"
-#include "base/memory/scoped_ptr.h"
-#include "third_party/khronos/GLES2/gl2.h"
#include "CCPrioritizedTexture.h"
#include "CCPriorityCalculator.h"
-#include "CCTexture.h"
#include "IntRect.h"
#include "IntSize.h"
+#include "base/basictypes.h"
+#include "base/hash_tables.h"
+#include "base/memory/scoped_ptr.h"
+#include "cc/texture.h"
+#include "third_party/khronos/GLES2/gl2.h"
#include <wtf/Vector.h>
#include <list>
« no previous file with comments | « cc/prioritized_texture.h ('k') | cc/prioritized_texture_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698