| Index: sky/engine/platform/graphics/ImageBufferSurface.cpp
|
| diff --git a/sky/engine/platform/graphics/ImageBufferSurface.cpp b/sky/engine/platform/graphics/ImageBufferSurface.cpp
|
| index 48e4b9734c3a3d7e4621b03b44e4fb4217be626d..4d1d28c0ce556876bb82b3912534299fca2fa5fb 100644
|
| --- a/sky/engine/platform/graphics/ImageBufferSurface.cpp
|
| +++ b/sky/engine/platform/graphics/ImageBufferSurface.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "platform/graphics/ImageBufferSurface.h"
|
| +#include "sky/engine/platform/graphics/ImageBufferSurface.h"
|
|
|
| -#include "platform/graphics/ImageBuffer.h"
|
| +#include "sky/engine/platform/graphics/ImageBuffer.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkDevice.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
|
|