summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Reed <reed@google.com>2017-05-17 06:33:40 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-05-17 11:03:08 +0000
commit938f211b94abc259c1363e632f6e8c5cb5ec5b1b (patch)
tree4517f00194601a716ab3df2701b405540f09410c
parent1c6e883306359498657d812d2d530b758448af97 (diff)
downloadpdfium-chromium/3103.tar.xz
SkPictureRecorder.h includes less, so we have to IWYUchromium/3103
Bug: Change-Id: I294e765916f35ef933142789179a06ffad67fc31 Reviewed-on: https://pdfium-review.googlesource.com/5494 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
-rw-r--r--core/fxge/skia/fx_skia_device.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxge/skia/fx_skia_device.cpp b/core/fxge/skia/fx_skia_device.cpp
index e4d580d089..ca5a98ca32 100644
--- a/core/fxge/skia/fx_skia_device.cpp
+++ b/core/fxge/skia/fx_skia_device.cpp
@@ -32,6 +32,7 @@
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkClipOp.h"
+#include "third_party/skia/include/core/SkImage.h"
#include "third_party/skia/include/core/SkPaint.h"
#include "third_party/skia/include/core/SkPath.h"
#include "third_party/skia/include/core/SkShader.h"