Index: cc/font_atlas.h |
=================================================================== |
--- cc/font_atlas.h (revision 165906) |
+++ cc/font_atlas.h (working copy) |
@@ -9,7 +9,6 @@ |
#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" |
@@ -56,8 +55,6 @@ |
int m_fontHeight; |
- base::ThreadChecker m_threadChecker; |
- |
DISALLOW_COPY_AND_ASSIGN(FontAtlas); |
}; |