| Index: cc/resource_provider.cc
|
| diff --git a/cc/resource_provider.cc b/cc/resource_provider.cc
|
| index a31dfa58e5db2b0d04430a6f2c0a8d8f7f171e7a..8d1ac0b7778606f5f82a528b928911aa751b4f2d 100644
|
| --- a/cc/resource_provider.cc
|
| +++ b/cc/resource_provider.cc
|
| @@ -8,7 +8,6 @@
|
|
|
| #include <limits.h>
|
|
|
| -#include "CCProxy.h"
|
| #include "IntRect.h"
|
| #include "base/debug/alias.h"
|
| #include "base/hash_tables.h"
|
| @@ -16,6 +15,7 @@
|
| #include "base/string_split.h"
|
| #include "base/string_util.h"
|
| #include "cc/gl_renderer.h" // For the GLC() macro.
|
| +#include "cc/proxy.h"
|
| #include "cc/texture_uploader.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
|
|