| Index: cc/resources/platform_color.h
|
| diff --git a/cc/platform_color.h b/cc/resources/platform_color.h
|
| similarity index 92%
|
| rename from cc/platform_color.h
|
| rename to cc/resources/platform_color.h
|
| index add1933ce3525dd0992bd46ed42dec415785561b..f1b1cc614f9620545fc7c2e5e2fefab8d7bcf6d7 100644
|
| --- a/cc/platform_color.h
|
| +++ b/cc/resources/platform_color.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_PLATFORM_COLOR_H_
|
| -#define CC_PLATFORM_COLOR_H_
|
| +#ifndef CC_RESOURCES_PLATFORM_COLOR_H_
|
| +#define CC_RESOURCES_PLATFORM_COLOR_H_
|
|
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| @@ -58,4 +58,4 @@ class PlatformColor {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_PLATFORM_COLOR_H_
|
| +#endif // CC_RESOURCES_PLATFORM_COLOR_H_
|
|
|