| Index: sky/engine/core/rendering/compositing/CompositedLayerMapping.h
|
| diff --git a/sky/engine/core/rendering/compositing/CompositedLayerMapping.h b/sky/engine/core/rendering/compositing/CompositedLayerMapping.h
|
| index 06299a7a091e40fd91459329bcece6d71243b04d..5633a626d3af6b8c174c9582f10e2e19585a1581 100644
|
| --- a/sky/engine/core/rendering/compositing/CompositedLayerMapping.h
|
| +++ b/sky/engine/core/rendering/compositing/CompositedLayerMapping.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CompositedLayerMapping_h
|
| -#define CompositedLayerMapping_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_COMPOSITING_COMPOSITEDLAYERMAPPING_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_COMPOSITING_COMPOSITEDLAYERMAPPING_H_
|
|
|
| #include "sky/engine/core/rendering/RenderLayer.h"
|
| #include "sky/engine/core/rendering/compositing/GraphicsLayerUpdater.h"
|
| @@ -387,4 +387,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // CompositedLayerMapping_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_COMPOSITING_COMPOSITEDLAYERMAPPING_H_
|
|
|