summaryrefslogtreecommitdiffstats
path: root/cc/font_atlas.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/font_atlas.h')
-rw-r--r--cc/font_atlas.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/font_atlas.h b/cc/font_atlas.h
index f5878a7..0a227a6 100644
--- a/cc/font_atlas.h
+++ b/cc/font_atlas.h
@@ -9,7 +9,6 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "base/threading/thread_checker.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/rect.h"
@@ -55,8 +54,6 @@ private:
int m_fontHeight;
- base::ThreadChecker m_threadChecker;
-
DISALLOW_COPY_AND_ASSIGN(FontAtlas);
};