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

Unified Diff: cc/solid_color_layer_impl_unittest.cc

Issue 11232051: Remove static thread pointers from CC (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Apply code review comments Created 8 years, 1 month 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
« no previous file with comments | « cc/software_renderer_unittest.cc ('k') | cc/test/fake_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/solid_color_layer_impl_unittest.cc
diff --git a/cc/solid_color_layer_impl_unittest.cc b/cc/solid_color_layer_impl_unittest.cc
index e5346010d4881a64d3410d5f0243e7ea27d9d7f8..7de69cdfaeda8b02304f45e7cb73f3903ad13be2 100644
--- a/cc/solid_color_layer_impl_unittest.cc
+++ b/cc/solid_color_layer_impl_unittest.cc
@@ -21,8 +21,6 @@ namespace {
TEST(SolidColorLayerImplTest, verifyTilingCompleteAndNoOverlap)
{
- DebugScopedSetImplThread scopedImplThread;
-
MockQuadCuller quadCuller;
gfx::Size layerSize = gfx::Size(800, 600);
gfx::Rect visibleContentRect = gfx::Rect(gfx::Point(), layerSize);
@@ -42,8 +40,6 @@ TEST(SolidColorLayerImplTest, verifyTilingCompleteAndNoOverlap)
TEST(SolidColorLayerImplTest, verifyCorrectBackgroundColorInQuad)
{
- DebugScopedSetImplThread scopedImplThread;
-
SkColor testColor = 0xFFA55AFF;
MockQuadCuller quadCuller;
@@ -67,8 +63,6 @@ TEST(SolidColorLayerImplTest, verifyCorrectBackgroundColorInQuad)
TEST(SolidColorLayerImplTest, verifyCorrectOpacityInQuad)
{
- DebugScopedSetImplThread scopedImplThread;
-
const float opacity = 0.5f;
MockQuadCuller quadCuller;
« no previous file with comments | « cc/software_renderer_unittest.cc ('k') | cc/test/fake_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698