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

Unified Diff: cc/CCScopedTexture.h

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
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);
};
« cc/CCCompletionEvent.h ('K') | « cc/CCSchedulerTest.cpp ('k') | cc/CCScopedTexture.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698