summaryrefslogtreecommitdiffstats
path: root/cc/quad_culler_unittest.cc
diff options
context:
space:
mode:
authoraelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-04 03:25:55 +0000
committeraelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-04 03:25:55 +0000
commitdb79992121c7627abc0855e655d91470ee3ac3ac (patch)
treec9e8cc8541c775dbe600fb299b56fb37b9e05227 /cc/quad_culler_unittest.cc
parent8311a2b8ceea50b6bcd923cd709949cc082b865d (diff)
downloadchromium_src-db79992121c7627abc0855e655d91470ee3ac3ac.zip
chromium_src-db79992121c7627abc0855e655d91470ee3ac3ac.tar.gz
chromium_src-db79992121c7627abc0855e655d91470ee3ac3ac.tar.bz2
Remove static thread pointers from CC, attempt 2
BUG=152904 Review URL: https://chromiumcodereview.appspot.com/11232051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/quad_culler_unittest.cc')
-rw-r--r--cc/quad_culler_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/quad_culler_unittest.cc b/cc/quad_culler_unittest.cc
index a9f15bb..05060d4d 100644
--- a/cc/quad_culler_unittest.cc
+++ b/cc/quad_culler_unittest.cc
@@ -88,7 +88,6 @@ static void appendQuads(QuadList& quadList, SharedQuadStateList& sharedStateList
}
#define DECLARE_AND_INITIALIZE_TEST_QUADS \
- DebugScopedSetImplThread impl; \
QuadList quadList; \
SharedQuadStateList sharedStateList; \
std::vector<LayerImpl*> renderSurfaceLayerList; \