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

Unified Diff: cc/texture.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/test/tiled_layer_test_common.h ('k') | cc/texture.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/texture.h
diff --git a/cc/texture.h b/cc/texture.h
index d2e30cd5d5049d1e7dae90dc0aa9abf7c048a133..d6731866250ce4934c736b5b37b8a7e67b325c48 100644
--- a/cc/texture.h
+++ b/cc/texture.h
@@ -5,10 +5,9 @@
#ifndef CCTexture_h
#define CCTexture_h
-#include "third_party/khronos/GLES2/gl2.h"
#include "CCResourceProvider.h"
-#include "CCTexture.h"
#include "IntSize.h"
+#include "third_party/khronos/GLES2/gl2.h"
namespace cc {
« no previous file with comments | « cc/test/tiled_layer_test_common.h ('k') | cc/texture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698