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

Unified Diff: cc/gl_renderer.cc

Issue 12472028: Part 1 of cc/ directory shuffles: base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« cc/cc.gyp ('K') | « cc/gl_renderer.h ('k') | cc/hash_pair.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 ed179ef0ca855a53b8ed19812385630249dd713d..67e0f2f357273b41c606eec2598f3d182e5c2fdf 100644
--- a/cc/gl_renderer.cc
+++ b/cc/gl_renderer.cc
@@ -13,6 +13,7 @@
#include "base/string_util.h"
#include "base/strings/string_split.h"
#include "build/build_config.h"
+#include "cc/base/math_util.h"
#include "cc/compositor_frame.h"
#include "cc/compositor_frame_metadata.h"
#include "cc/context_provider.h"
@@ -20,7 +21,6 @@
#include "cc/geometry_binding.h"
#include "cc/gl_frame_data.h"
#include "cc/layer_quad.h"
-#include "cc/math_util.h"
#include "cc/output_surface.h"
#include "cc/priority_calculator.h"
#include "cc/proxy.h"
« cc/cc.gyp ('K') | « cc/gl_renderer.h ('k') | cc/hash_pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698