diff options
Diffstat (limited to 'cc/layers/heads_up_display_layer_impl.cc')
-rw-r--r-- | cc/layers/heads_up_display_layer_impl.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/layers/heads_up_display_layer_impl.cc b/cc/layers/heads_up_display_layer_impl.cc index 4706f34..270e04d 100644 --- a/cc/layers/heads_up_display_layer_impl.cc +++ b/cc/layers/heads_up_display_layer_impl.cc @@ -4,6 +4,9 @@ #include "cc/layers/heads_up_display_layer_impl.h" +#include <algorithm> +#include <vector> + #include "base/stringprintf.h" #include "base/strings/string_split.h" #include "cc/debug/debug_colors.h" @@ -17,7 +20,6 @@ #include "cc/resources/tile_manager.h" #include "cc/trees/layer_tree_impl.h" #include "skia/ext/platform_canvas.h" -#include "skia/ext/platform_canvas.h" #include "third_party/khronos/GLES2/gl2.h" #include "third_party/khronos/GLES2/gl2ext.h" #include "third_party/skia/include/core/SkBitmap.h" |