| Index: sky/engine/public/platform/WebExternalTextureLayer.h
|
| diff --git a/sky/engine/public/platform/WebExternalTextureLayer.h b/sky/engine/public/platform/WebExternalTextureLayer.h
|
| index 1a8fccc63b4f8da60ed0ead3d9ff9d4e98384729..26cede4570cc5f6987e169da550c9e80843e4482 100644
|
| --- a/sky/engine/public/platform/WebExternalTextureLayer.h
|
| +++ b/sky/engine/public/platform/WebExternalTextureLayer.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebExternalTextureLayer_h
|
| -#define WebExternalTextureLayer_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBEXTERNALTEXTURELAYER_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBEXTERNALTEXTURELAYER_H_
|
|
|
| #include "sky/engine/public/platform/WebCommon.h"
|
| #include "sky/engine/public/platform/WebFloatRect.h"
|
| @@ -66,4 +66,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // WebExternalTextureLayer_h
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBEXTERNALTEXTURELAYER_H_
|
|
|