| 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 b3aca6d5dd97f635befe8f30105036d4c80dd96e..c657f36d0c3458d50bdc3be5994bd77f5815fb8d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
|
| @@ -36,10 +36,10 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/json/JSONValues.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
| #include "third_party/skia/include/core/SkPictureRecorder.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| -#include "wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|