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

Unified Diff: cc/prioritized_texture.h

Issue 11227005: Reland "cc: Remove CC*.h temporary includes, part 1/4." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: the fix 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/occlusion_tracker_unittest.cc ('k') | cc/prioritized_texture_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/prioritized_texture.h
diff --git a/cc/prioritized_texture.h b/cc/prioritized_texture.h
index fe06b179c32bf8a4e0e69d6219c4f80a0fc69fbb..aff026e90059f35237a31af33e4e5c569a2c7997 100644
--- a/cc/prioritized_texture.h
+++ b/cc/prioritized_texture.h
@@ -7,12 +7,12 @@
#include "CCPriorityCalculator.h"
#include "CCResourceProvider.h"
-#include "CCTexture.h"
#include "IntRect.h"
#include "IntSize.h"
#include "base/basictypes.h"
-#include "base/basictypes.h"
+#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
+#include "cc/texture.h"
#include "third_party/khronos/GLES2/gl2.h"
namespace cc {
« no previous file with comments | « cc/occlusion_tracker_unittest.cc ('k') | cc/prioritized_texture_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698