| Index: sky/engine/core/rendering/HitTestingTransformState.h
|
| diff --git a/sky/engine/core/rendering/HitTestingTransformState.h b/sky/engine/core/rendering/HitTestingTransformState.h
|
| index 944e66dc5ee064c7f3914eb5176a93310cb39b35..cef412352eef9e2f05018e8be6d19fde68469ff6 100644
|
| --- a/sky/engine/core/rendering/HitTestingTransformState.h
|
| +++ b/sky/engine/core/rendering/HitTestingTransformState.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef HitTestingTransformState_h
|
| -#define HitTestingTransformState_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_HITTESTINGTRANSFORMSTATE_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_HITTESTINGTRANSFORMSTATE_H_
|
|
|
| #include "sky/engine/platform/geometry/FloatPoint.h"
|
| #include "sky/engine/platform/geometry/FloatQuad.h"
|
| @@ -92,4 +92,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // HitTestingTransformState_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_HITTESTINGTRANSFORMSTATE_H_
|
|
|