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

Unified Diff: cc/gl_renderer.cc

Issue 11145033: cc: Get rid of CC*.h temporary header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased - fixed the conflicts hopefuly 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/gl_renderer.h ('k') | cc/gl_renderer_unittest.cc » ('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 f76863e392cdc3abb3608c4cf72a9c4bdde6c479..b0940071436a4f47bd9466bd691a1826986e5f47 100644
--- a/cc/gl_renderer.cc
+++ b/cc/gl_renderer.cc
@@ -4,18 +4,18 @@
#include "config.h"
-#include "CCRendererGL.h"
+#include "cc/gl_renderer.h"
#include "CCDamageTracker.h"
#include "CCLayerQuad.h"
-#include "CCMathUtil.h"
-#include "CCProxy.h"
+#include "cc/math_util.h"
+#include "cc/proxy.h"
#include "CCRenderPass.h"
#include "CCRenderSurfaceFilters.h"
-#include "CCScopedTexture.h"
+#include "cc/scoped_texture.h"
#include "CCSettings.h"
#include "CCSingleThreadProxy.h"
-#include "CCVideoLayerImpl.h"
+#include "cc/video_layer_impl.h"
#include "Extensions3D.h"
#include "FloatQuad.h"
#include "GrTexture.h"
« no previous file with comments | « cc/gl_renderer.h ('k') | cc/gl_renderer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698