Index: cc/CCScopedTexture.h |
diff --git a/cc/CCScopedTexture.h b/cc/CCScopedTexture.h |
index a5b615c6e7c08a60ff6a5e46468fb4de970d9c2f..da6365bc54d31001bf5fd38e0c033ac8cfe6e5ee 100644 |
--- a/cc/CCScopedTexture.h |
+++ b/cc/CCScopedTexture.h |
@@ -6,11 +6,8 @@ |
#define CCScopedTexture_h |
#include "base/basictypes.h" |
-#include "CCTexture.h" |
- |
-#if !ASSERT_DISABLED |
#include "base/threading/platform_thread.h" |
-#endif |
+#include "CCTexture.h" |
namespace cc { |
@@ -34,9 +31,7 @@ protected: |
private: |
CCResourceProvider* m_resourceProvider; |
-#if !ASSERT_DISABLED |
base::PlatformThreadId m_allocateThreadIdentifier; |
-#endif |
DISALLOW_COPY_AND_ASSIGN(CCScopedTexture); |
}; |