Index: cc/layer_tree_host_impl.cc |
diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc |
index 5675aba5d41e0d1de80352007ae649aba787fe42..3ae140ffd0d119df7c7dcad2b76ff340e40cd5f4 100644 |
--- a/cc/layer_tree_host_impl.cc |
+++ b/cc/layer_tree_host_impl.cc |
@@ -6,6 +6,8 @@ |
#include "cc/layer_tree_host_impl.h" |
+#include <algorithm> |
+ |
#include "base/basictypes.h" |
#include "base/debug/trace_event.h" |
#include "cc/append_quads_data.h" |
@@ -34,7 +36,6 @@ |
#include "cc/texture_uploader.h" |
#include "ui/gfx/size_conversions.h" |
#include "ui/gfx/vector2d_conversions.h" |
-#include <algorithm> |
using WebKit::WebTransformationMatrix; |