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

Unified Diff: cc/layers/render_surface_unittest.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/render_surface_impl.cc ('k') | cc/layers/scrollbar_geometry_fixed_thumb.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/render_surface_unittest.cc
diff --git a/cc/render_surface_unittest.cc b/cc/layers/render_surface_unittest.cc
similarity index 97%
rename from cc/render_surface_unittest.cc
rename to cc/layers/render_surface_unittest.cc
index df7baeb8405cd30e678595d789c88696cb4b70f1..30d94808d9c93c9e6454aab921147bc3caa30d30 100644
--- a/cc/render_surface_unittest.cc
+++ b/cc/layers/render_surface_unittest.cc
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/render_surface_impl.h"
-
-#include "cc/append_quads_data.h"
#include "cc/base/scoped_ptr_vector.h"
-#include "cc/layer_impl.h"
+#include "cc/layers/append_quads_data.h"
+#include "cc/layers/layer_impl.h"
+#include "cc/layers/render_pass_sink.h"
+#include "cc/layers/render_surface_impl.h"
#include "cc/quads/shared_quad_state.h"
-#include "cc/render_pass_sink.h"
#include "cc/test/fake_impl_proxy.h"
#include "cc/test/fake_layer_tree_host_impl.h"
#include "cc/test/geometry_test_utils.h"
« no previous file with comments | « cc/layers/render_surface_impl.cc ('k') | cc/layers/scrollbar_geometry_fixed_thumb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698