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

Unified Diff: cc/resources/picture_layer_tiling_unittest.cc

Issue 428533008: cc: Remove vectors from tiling eviction tile iterator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: \ Created 6 years, 5 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
« cc/layers/picture_layer_impl.cc ('K') | « cc/resources/picture_layer_tiling.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« cc/layers/picture_layer_impl.cc ('K') | « cc/resources/picture_layer_tiling.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698