diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 21:11:14 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 21:11:14 +0000 |
commit | a8461d8d0eeabb749b80c4e2903a8111a5cbac18 (patch) | |
tree | c8039e4730085ac79ee537726483c2340c2622b5 /cc/gl_renderer.cc | |
parent | 83be7dd219f61766f77a62cf695e2771bfec3e8e (diff) | |
download | chromium_src-a8461d8d0eeabb749b80c4e2903a8111a5cbac18.zip chromium_src-a8461d8d0eeabb749b80c4e2903a8111a5cbac18.tar.gz chromium_src-a8461d8d0eeabb749b80c4e2903a8111a5cbac18.tar.bz2 |
cc: Remove the temporary header files that aren't prefixed with CC*
The list of files was generated with the following command line:
$ ls *.h cc/ | grep -v CC
BUG=155413
TEST=cc_unittests
R=enne@chromium.org,jamesr@chromium.org
Review URL: https://codereview.chromium.org/11189011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/gl_renderer.cc')
-rw-r--r-- | cc/gl_renderer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/gl_renderer.cc b/cc/gl_renderer.cc index f573607..f76863e 100644 --- a/cc/gl_renderer.cc +++ b/cc/gl_renderer.cc @@ -18,16 +18,16 @@ #include "CCVideoLayerImpl.h" #include "Extensions3D.h" #include "FloatQuad.h" -#include "GeometryBinding.h" #include "GrTexture.h" #include "NotImplemented.h" -#include "PlatformColor.h" #include "TraceEvent.h" #ifdef LOG #undef LOG #endif #include "base/string_split.h" #include "base/string_util.h" +#include "cc/geometry_binding.h" +#include "cc/platform_color.h" #include "third_party/skia/include/core/SkBitmap.h" #include "third_party/skia/include/core/SkColor.h" #include <public/WebGraphicsContext3D.h> |