Index: cc/layers/tiled_layer.cc |
diff --git a/cc/layers/tiled_layer.cc b/cc/layers/tiled_layer.cc |
index c4f813a39fef336339acf3248967889b02bf0f55..99b44cefb8a527e13567f6208885d08800753b1d 100644 |
--- a/cc/layers/tiled_layer.cc |
+++ b/cc/layers/tiled_layer.cc |
@@ -4,6 +4,9 @@ |
#include "cc/layers/tiled_layer.h" |
+#include <algorithm> |
+#include <vector> |
+ |
#include "base/auto_reset.h" |
#include "base/basictypes.h" |
#include "build/build_config.h" |
@@ -554,7 +557,6 @@ void TiledLayer::UpdateTileTextures(gfx::Rect paint_rect, |
occlusion->overdraw_metrics()-> |
DidUpload(gfx::Transform(), source_rect, tile->opaque_rect()); |
} |
- |
} |
} |
} |