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

Unified Diff: cc/CCScopedTexture.h

Issue 10913158: Avoid using WTF threading code in cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/CCProxy.cpp ('k') | cc/CCScopedTexture.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCScopedTexture.h
diff --git a/cc/CCScopedTexture.h b/cc/CCScopedTexture.h
index c82b8bc8e3ba36db821fd1da5a6b8ae08eaa8c3e..866c050c6abc3ff2eca84ea5455d71ce93e0bf2c 100644
--- a/cc/CCScopedTexture.h
+++ b/cc/CCScopedTexture.h
@@ -8,7 +8,7 @@
#include "CCTexture.h"
#if !ASSERT_DISABLED
-#include <wtf/MainThread.h>
+#include "base/threading/platform_thread.h"
#endif
namespace WebCore {
@@ -35,7 +35,7 @@ private:
CCResourceProvider* m_resourceProvider;
#if !ASSERT_DISABLED
- ThreadIdentifier m_allocateThreadIdentifier;
+ base::PlatformThreadId m_allocateThreadIdentifier;
#endif
};
« no previous file with comments | « cc/CCProxy.cpp ('k') | cc/CCScopedTexture.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698