| Index: sky/engine/platform/graphics/CompositingReasons.h
|
| diff --git a/sky/engine/platform/graphics/CompositingReasons.h b/sky/engine/platform/graphics/CompositingReasons.h
|
| index 6d8526ea5d2e93ba6de8adf848f443f2eaba29b5..bf91c82276ffd2530dc05f66f11a8d54781ac42c 100644
|
| --- a/sky/engine/platform/graphics/CompositingReasons.h
|
| +++ b/sky/engine/platform/graphics/CompositingReasons.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 CompositingReasons_h
|
| -#define CompositingReasons_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_COMPOSITINGREASONS_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_COMPOSITINGREASONS_H_
|
|
|
| #include <stdint.h>
|
| #include "sky/engine/platform/PlatformExport.h"
|
| @@ -164,4 +164,4 @@ PLATFORM_EXPORT extern size_t kNumberOfCompositingReasons;
|
|
|
| } // namespace blink
|
|
|
| -#endif // CompositingReasons_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_COMPOSITINGREASONS_H_
|
|
|