| Index: sky/engine/platform/graphics/ImageBufferSurface.h
|
| diff --git a/sky/engine/platform/graphics/ImageBufferSurface.h b/sky/engine/platform/graphics/ImageBufferSurface.h
|
| index e1c77bd7a18b7d19018277ba22b4c3e1471b616e..f3e1d4d5c38089ee9d76ca140f859e7521f803cd 100644
|
| --- a/sky/engine/platform/graphics/ImageBufferSurface.h
|
| +++ b/sky/engine/platform/graphics/ImageBufferSurface.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ImageBufferSurface_h
|
| -#define ImageBufferSurface_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEBUFFERSURFACE_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEBUFFERSURFACE_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/geometry/IntSize.h"
|
| @@ -91,4 +91,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEBUFFERSURFACE_H_
|
|
|