| Index: cc/resources/layer_painter.h
|
| diff --git a/cc/layer_painter.h b/cc/resources/layer_painter.h
|
| similarity index 81%
|
| rename from cc/layer_painter.h
|
| rename to cc/resources/layer_painter.h
|
| index 6368c4bc7010e30d48e99d0b8db74b3c735339a1..89a14243df3e6a91956808d89a9ba498f2449f05 100644
|
| --- a/cc/layer_painter.h
|
| +++ b/cc/resources/layer_painter.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_LAYER_PAINTER_H_
|
| -#define CC_LAYER_PAINTER_H_
|
| +#ifndef CC_RESOURCES_LAYER_PAINTER_H_
|
| +#define CC_RESOURCES_LAYER_PAINTER_H_
|
|
|
| #include "cc/base/cc_export.h"
|
|
|
| @@ -26,4 +26,4 @@ class CC_EXPORT LayerPainter {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_LAYER_PAINTER_H_
|
| +#endif // CC_RESOURCES_LAYER_PAINTER_H_
|
|
|