| Index: cc/resource_update_controller.cc
|
| diff --git a/cc/resource_update_controller.cc b/cc/resource_update_controller.cc
|
| index 45cc562b9d8addf6e9a7beadac79a753ac03d351..d3c19120fbbf333d94d87c2fcc57e8cf856ce9db 100644
|
| --- a/cc/resource_update_controller.cc
|
| +++ b/cc/resource_update_controller.cc
|
| @@ -7,11 +7,11 @@
|
| #include <limits>
|
|
|
| #include "base/debug/trace_event.h"
|
| +#include "cc/base/thread.h"
|
| #include "cc/context_provider.h"
|
| #include "cc/prioritized_resource.h"
|
| #include "cc/resource_provider.h"
|
| #include "cc/texture_copier.h"
|
| -#include "cc/thread.h"
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
|
|