Index: cc/layers/tiled_layer_unittest.cc |
diff --git a/cc/layers/tiled_layer_unittest.cc b/cc/layers/tiled_layer_unittest.cc |
index e9d3a78ae3f207d14ad6e86b988ef753a09b2397..dd6c06ec790b2e335ee38dd6ad193ee2e6df3ff8 100644 |
--- a/cc/layers/tiled_layer_unittest.cc |
+++ b/cc/layers/tiled_layer_unittest.cc |
@@ -4,6 +4,9 @@ |
#include "cc/layers/tiled_layer.h" |
+#include <limits> |
+#include <vector> |
+ |
#include "cc/debug/overdraw_metrics.h" |
#include "cc/resources/bitmap_content_layer_updater.h" |
#include "cc/resources/layer_painter.h" |
@@ -1186,7 +1189,6 @@ TEST_F(TiledLayerTest, TilesPaintedWithOcclusionAndVisiblityConstraints) { |
210000 + 180000 + 180000, |
1); |
EXPECT_EQ(3 + 6 + 6, occluded.overdraw_metrics()->tiles_culled_for_upload()); |
- |
} |
TEST_F(TiledLayerTest, TilesNotPaintedWithoutInvalidation) { |