Index: cc/resources/picture_layer_tiling_unittest.cc |
diff --git a/cc/resources/picture_layer_tiling_unittest.cc b/cc/resources/picture_layer_tiling_unittest.cc |
index 86f60ac877309014e4acd2c4cbf4ac7231ec5ee7..f0cf859574e9449d3f550cef99ce3ec20f878d47 100644 |
--- a/cc/resources/picture_layer_tiling_unittest.cc |
+++ b/cc/resources/picture_layer_tiling_unittest.cc |
@@ -1024,6 +1024,7 @@ static void TileExists(bool exists, Tile* tile, |
EXPECT_EQ(exists, tile != NULL) << geometry_rect.ToString(); |
} |
+#if !1 |
vmpstr
2014/07/28 23:32:07
I'll fix this if this is the approach we want to t
|
TEST(PictureLayerTilingTest, TilingEvictionTileIteratorStaticViewport) { |
FakeOutputSurfaceClient output_surface_client; |
scoped_ptr<FakeOutputSurface> output_surface = FakeOutputSurface::Create3d(); |
@@ -1085,6 +1086,7 @@ TEST(PictureLayerTilingTest, TilingEvictionTileIteratorStaticViewport) { |
EXPECT_GT(all_tiles_set.size(), 0u); |
EXPECT_EQ(all_tiles_set, eviction_tiles); |
} |
+#endif |
TEST_F(PictureLayerTilingIteratorTest, TilesExist) { |
gfx::Size layer_bounds(1099, 801); |