| Index: sky/engine/platform/graphics/ImageBuffer.h
|
| diff --git a/sky/engine/platform/graphics/ImageBuffer.h b/sky/engine/platform/graphics/ImageBuffer.h
|
| index 7c83363a81ff2797b4eb2453671f336514fdc384..01fcb465255a44697b4a9e49d4ddb88a835c8c21 100644
|
| --- a/sky/engine/platform/graphics/ImageBuffer.h
|
| +++ b/sky/engine/platform/graphics/ImageBuffer.h
|
| @@ -25,8 +25,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ImageBuffer_h
|
| -#define ImageBuffer_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEBUFFER_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEBUFFER_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/geometry/FloatRect.h"
|
| @@ -154,4 +154,4 @@ String PLATFORM_EXPORT ImageDataToDataURL(const ImageDataBuffer&, const String&
|
|
|
| } // namespace blink
|
|
|
| -#endif // ImageBuffer_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEBUFFER_H_
|
|
|