| Index: third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
|
| index 794378fdd855e6cb655e653d883b85e1c791f170..db841e8af6944c89c0c1353818b02b6b11ab9f67 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
|
| @@ -34,8 +34,8 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/json/JSONValues.h"
|
| -#include "third_party/skia/include/core/SkPicture.h"
|
| -#include "third_party/skia/include/core/SkPictureRecorder.h"
|
| +#include "skia/ext/cdl_picture.h"
|
| +#include "skia/ext/cdl_picture_recorder.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| #include "wtf/RefCounted.h"
|
| #include <memory>
|
|
|