| 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_
|
|
|