diff options
Diffstat (limited to 'cc/texture_update_controller.cc')
-rw-r--r-- | cc/texture_update_controller.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/texture_update_controller.cc b/cc/texture_update_controller.cc index 65d5da1..b1c5af0 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; |