| Index: cc/texture_update_controller.cc
|
| diff --git a/cc/texture_update_controller.cc b/cc/texture_update_controller.cc
|
| index 65d5da14bd3866178d9c67e5af7ab10819a1d6a7..b1c5af03b98528b087c794265993c0b4f6254c67 100644
|
| --- a/cc/texture_update_controller.cc
|
| +++ b/cc/texture_update_controller.cc
|
| @@ -4,18 +4,18 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "CCTextureUpdateController.h"
|
| +#include "cc/texture_update_controller.h"
|
|
|
| -#include "third_party/khronos/GLES2/gl2.h"
|
| #include "CCResourceProvider.h"
|
| #include "base/debug/trace_event.h"
|
| #include "cc/prioritized_texture.h"
|
| #include "cc/proxy.h"
|
| #include "cc/texture_copier.h"
|
| +#include "third_party/khronos/GLES2/gl2.h"
|
| +#include "third_party/skia/include/gpu/SkGpuDevice.h"
|
| #include <limits>
|
| #include <public/WebGraphicsContext3D.h>
|
| #include <public/WebSharedGraphicsContext3D.h>
|
| -#include "third_party/skia/include/gpu/SkGpuDevice.h"
|
| #include <wtf/CurrentTime.h>
|
|
|
| using WebKit::WebGraphicsContext3D;
|
|
|