| Index: cc/texture_uploader.cc
|
| diff --git a/cc/texture_uploader.cc b/cc/texture_uploader.cc
|
| index 8414a5ff0b46b864c7464868b7c660a865e9c8e0..013dbcea83b971473525e1659a84be3144e11a93 100644
|
| --- a/cc/texture_uploader.cc
|
| +++ b/cc/texture_uploader.cc
|
| @@ -10,9 +10,9 @@
|
| #include "base/debug/alias.h"
|
| #include "base/debug/trace_event.h"
|
| #include "base/metrics/histogram.h"
|
| +#include "cc/base/util.h"
|
| #include "cc/prioritized_resource.h"
|
| #include "cc/resource.h"
|
| -#include "cc/util.h"
|
| #include "gpu/GLES2/gl2extchromium.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
|
|