| Index: cc/tiled_layer.cc
|
| diff --git a/cc/tiled_layer.cc b/cc/tiled_layer.cc
|
| index d93f65d033cb6ce2e45cb89f941a41fc8be9ded3..d814adaffc5b7cb445e9357442acf543f2d69a99 100644
|
| --- a/cc/tiled_layer.cc
|
| +++ b/cc/tiled_layer.cc
|
| @@ -9,7 +9,10 @@
|
| #include "build/build_config.h"
|
| #include "cc/layer_impl.h"
|
| #include "cc/layer_tree_host.h"
|
| +#include "cc/layer_updater.h"
|
| #include "cc/overdraw_metrics.h"
|
| +#include "cc/prioritized_resource.h"
|
| +#include "cc/priority_calculator.h"
|
| #include "cc/tiled_layer_impl.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "ui/gfx/rect_conversions.h"
|
|
|