Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: cc/gl_renderer.cc

Issue 11189011: cc: Remove the temporary header files that aren't prefixed with CC* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/geometry_binding.cc ('k') | cc/heads_up_display_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/gl_renderer.cc
diff --git a/cc/gl_renderer.cc b/cc/gl_renderer.cc
index f5736071cdf739a0247397b7c87359da6f7f4a98..f76863e392cdc3abb3608c4cf72a9c4bdde6c479 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>
« no previous file with comments | « cc/geometry_binding.cc ('k') | cc/heads_up_display_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698