commit | c4040a52daacf201ed76f070d56ff5d85a34b50e | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sun Oct 21 15:01:40 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sun Oct 21 15:01:40 2012 |
tree | 1fac815d8697512184f4f06e128df48be2186311 | |
parent | 3272d5f6f88d56d0920391052a25875ad7f13757 [diff] [blame] |
cc: Remove CC*.h temporary includes, part 3/4. BUG=155413 TEST=cc_unittests [email protected],[email protected] [email protected] Review URL: https://codereview.chromium.org/11228017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163205 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/cc/texture_update_controller.cc b/cc/texture_update_controller.cc index b1c5af03..59781c9 100644 --- a/cc/texture_update_controller.cc +++ b/cc/texture_update_controller.cc
@@ -6,10 +6,10 @@ #include "cc/texture_update_controller.h" -#include "CCResourceProvider.h" #include "base/debug/trace_event.h" #include "cc/prioritized_texture.h" #include "cc/proxy.h" +#include "cc/resource_provider.h" #include "cc/texture_copier.h" #include "third_party/khronos/GLES2/gl2.h" #include "third_party/skia/include/gpu/SkGpuDevice.h"