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

Unified Diff: cc/video_layer_impl.h

Issue 11232051: Remove static thread pointers from CC (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address code review comments and fix all cc_unittests 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/video_layer_impl.h
diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h
index 9f667a1cf6eb14b2cd3d99737d8ce26ad77e0bf3..6553eaba9d02ad2378db1a94dd7829a6828fe4a7 100644
--- a/cc/video_layer_impl.h
+++ b/cc/video_layer_impl.h
@@ -7,6 +7,7 @@
#include "IntSize.h"
#include "base/synchronization/lock.h"
+#include "base/threading/thread_checker.h"
danakj 2012/10/25 05:06:06 unused header?
#include "cc/layer_impl.h"
#include "third_party/khronos/GLES2/gl2.h"
#include <public/WebTransformationMatrix.h>

Powered by Google App Engine
This is Rietveld 408576698