Index: cc/font_atlas.h |
diff --git a/cc/font_atlas.h b/cc/font_atlas.h |
index 0656a9846f1bf1caad78ac0e5519f44103816f26..208096665d3d7d38e52fab8072a88fed2839b767 100644 |
--- a/cc/font_atlas.h |
+++ b/cc/font_atlas.h |
@@ -9,6 +9,7 @@ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
+#include "base/threading/thread_checker.h" |
#include "cc/cc_export.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "ui/gfx/rect.h" |
@@ -55,6 +56,8 @@ private: |
int m_fontHeight; |
+ base::ThreadChecker m_threadChecker; |
+ |
DISALLOW_COPY_AND_ASSIGN(FontAtlas); |
}; |