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

Unified Diff: cc/test/surface_aggregator_test_helpers.h

Issue 1422783002: cc: Move surfaces hittesting test helpers out to a separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN DEPS I hope Created 5 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/surfaces/surface_hittest_unittest.cc ('k') | cc/test/surface_aggregator_test_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/surface_aggregator_test_helpers.h
diff --git a/cc/surfaces/surface_aggregator_test_helpers.h b/cc/test/surface_aggregator_test_helpers.h
similarity index 93%
rename from cc/surfaces/surface_aggregator_test_helpers.h
rename to cc/test/surface_aggregator_test_helpers.h
index 6d00c4f70f6175d552600d1f7f79792e414d3821..0848515cfdce95bc04d15fe95bb1d134da6d0fef 100644
--- a/cc/surfaces/surface_aggregator_test_helpers.h
+++ b/cc/test/surface_aggregator_test_helpers.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_SURFACES_SURFACE_AGGREGATOR_TEST_HELPERS_H_
-#define CC_SURFACES_SURFACE_AGGREGATOR_TEST_HELPERS_H_
+#ifndef CC_TEST_SURFACE_AGGREGATOR_TEST_HELPERS_H_
+#define CC_TEST_SURFACE_AGGREGATOR_TEST_HELPERS_H_
#include "cc/base/scoped_ptr_vector.h"
#include "cc/quads/draw_quad.h"
@@ -91,4 +91,4 @@ void TestPassesMatchExpectations(Pass* expected_passes,
} // namespace test
} // namespace cc
-#endif // CC_SURFACES_SURFACE_AGGREGATOR_TEST_HELPERS_H_
+#endif // CC_TEST_SURFACE_AGGREGATOR_TEST_HELPERS_H_
« no previous file with comments | « cc/surfaces/surface_hittest_unittest.cc ('k') | cc/test/surface_aggregator_test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698