| Index: sky/engine/core/rendering/PaintInvalidationState.h
|
| diff --git a/sky/engine/core/rendering/PaintInvalidationState.h b/sky/engine/core/rendering/PaintInvalidationState.h
|
| index 6b679740cd62ee8b776f34b9debc04788e992dab..727baf724bd9150aa474df0bd8417bb4c6674964 100644
|
| --- a/sky/engine/core/rendering/PaintInvalidationState.h
|
| +++ b/sky/engine/core/rendering/PaintInvalidationState.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 PaintInvalidationState_h
|
| -#define PaintInvalidationState_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_PAINTINVALIDATIONSTATE_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_PAINTINVALIDATIONSTATE_H_
|
|
|
| #include "sky/engine/platform/geometry/LayoutRect.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -60,4 +60,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // PaintInvalidationState_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_PAINTINVALIDATIONSTATE_H_
|
|
|