| Index: sky/engine/platform/graphics/DecodingImageGenerator.cpp
|
| diff --git a/sky/engine/platform/graphics/DecodingImageGenerator.cpp b/sky/engine/platform/graphics/DecodingImageGenerator.cpp
|
| index 55852202e19592cf4c7f00cf52bbcb2be7ecd562..599e77c51be3b986389a910d48a71da3cea75386 100644
|
| --- a/sky/engine/platform/graphics/DecodingImageGenerator.cpp
|
| +++ b/sky/engine/platform/graphics/DecodingImageGenerator.cpp
|
| @@ -23,14 +23,14 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/DecodingImageGenerator.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/DecodingImageGenerator.h"
|
|
|
| -#include "SkData.h"
|
| -#include "SkImageInfo.h"
|
| -#include "platform/SharedBuffer.h"
|
| -#include "platform/TraceEvent.h"
|
| -#include "platform/graphics/ImageFrameGenerator.h"
|
| +#include "sky/engine/platform/SharedBuffer.h"
|
| +#include "sky/engine/platform/TraceEvent.h"
|
| +#include "sky/engine/platform/graphics/ImageFrameGenerator.h"
|
| +#include "third_party/skia/include/core/SkData.h"
|
| +#include "third_party/skia/include/core/SkImageInfo.h"
|
|
|
| namespace blink {
|
|
|
|
|