| Index: sky/engine/platform/graphics/gpu/WebGLImageBufferSurface.h
|
| diff --git a/sky/engine/platform/graphics/gpu/WebGLImageBufferSurface.h b/sky/engine/platform/graphics/gpu/WebGLImageBufferSurface.h
|
| index 5874c68975b3abf3b2db4f86d03836c3b3b67424..533a4d87ec762e57cbfcb48adf66931b4d34aed3 100644
|
| --- a/sky/engine/platform/graphics/gpu/WebGLImageBufferSurface.h
|
| +++ b/sky/engine/platform/graphics/gpu/WebGLImageBufferSurface.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebGLImageBufferSurface_h
|
| -#define WebGLImageBufferSurface_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_GPU_WEBGLIMAGEBUFFERSURFACE_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_GPU_WEBGLIMAGEBUFFERSURFACE_H_
|
|
|
| #include "sky/engine/platform/graphics/ImageBufferSurface.h"
|
| #include "sky/engine/wtf/OwnPtr.h"
|
| @@ -66,4 +66,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_GPU_WEBGLIMAGEBUFFERSURFACE_H_
|
|
|