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

Unified Diff: cc/layers/solid_color_layer_impl.cc

Issue 12603013: Part 10 of cc/ directory shuffles: layers (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
« no previous file with comments | « cc/layers/solid_color_layer_impl.h ('k') | cc/layers/solid_color_layer_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/solid_color_layer_impl.cc
diff --git a/cc/solid_color_layer_impl.cc b/cc/layers/solid_color_layer_impl.cc
similarity index 95%
rename from cc/solid_color_layer_impl.cc
rename to cc/layers/solid_color_layer_impl.cc
index 62e02818208ff1cf742b97f9db1858cee2d85630..114386ee972b4362825cc92dfea109167e117c37 100644
--- a/cc/solid_color_layer_impl.cc
+++ b/cc/layers/solid_color_layer_impl.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/solid_color_layer_impl.h"
+#include "cc/layers/solid_color_layer_impl.h"
-#include "cc/quad_sink.h"
+#include "cc/layers/quad_sink.h"
#include "cc/quads/solid_color_draw_quad.h"
namespace cc {
« no previous file with comments | « cc/layers/solid_color_layer_impl.h ('k') | cc/layers/solid_color_layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698