| 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 35d74e8f6d7fba6dec9940f762dd1772f849e7f3..5874c68975b3abf3b2db4f86d03836c3b3b67424 100644
|
| --- a/sky/engine/platform/graphics/gpu/WebGLImageBufferSurface.h
|
| +++ b/sky/engine/platform/graphics/gpu/WebGLImageBufferSurface.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebGLImageBufferSurface_h
|
| #define WebGLImageBufferSurface_h
|
|
|
| -#include "platform/graphics/ImageBufferSurface.h"
|
| +#include "sky/engine/platform/graphics/ImageBufferSurface.h"
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| -#include "wtf/OwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|