diff options
Diffstat (limited to 'cc/resource_provider.cc')
-rw-r--r-- | cc/resource_provider.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resource_provider.cc b/cc/resource_provider.cc index a31dfa5..8d1ac0b 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" |