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

Unified Diff: cc/test/ordered_texture_map.h

Issue 50303007: Move test-only stuff from cc/debug/ to cc/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fold cc_test_utils into cc_test_support to fix windows link Created 7 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/test/layer_tree_test.cc ('k') | cc/test/ordered_texture_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/ordered_texture_map.h
diff --git a/cc/debug/ordered_texture_map.h b/cc/test/ordered_texture_map.h
similarity index 84%
rename from cc/debug/ordered_texture_map.h
rename to cc/test/ordered_texture_map.h
index b4fef46a94d1b9319a658e5cff01f3da918ad55b..852e86b1f06aa4909eeedc8249ca197c9c405505 100644
--- a/cc/debug/ordered_texture_map.h
+++ b/cc/test/ordered_texture_map.h
@@ -2,21 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_DEBUG_ORDERED_TEXTURE_MAP_H_
-#define CC_DEBUG_ORDERED_TEXTURE_MAP_H_
+#ifndef CC_TEST_ORDERED_TEXTURE_MAP_H_
+#define CC_TEST_ORDERED_TEXTURE_MAP_H_
#include <vector>
#include "base/containers/hash_tables.h"
#include "base/memory/ref_counted.h"
-#include "cc/base/cc_export.h"
#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
namespace cc {
struct TestTexture;
-class CC_EXPORT OrderedTextureMap {
+class OrderedTextureMap {
public:
OrderedTextureMap();
~OrderedTextureMap();
@@ -43,4 +42,4 @@ class CC_EXPORT OrderedTextureMap {
} // namespace cc
-#endif // CC_DEBUG_ORDERED_TEXTURE_MAP_H_
+#endif // CC_TEST_ORDERED_TEXTURE_MAP_H_
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/test/ordered_texture_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698