Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(640)

Unified Diff: src/pdf/SkPDFDeviceFlattener.cpp

Issue 647973006: Remove a SkImageDecoder reference from SkPicture.h (Closed) Base URL: https://skia.googlesource.com/skia.git@separate-image-encoder-02-debug-functionality
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/GrPictureUtils.h ('k') | src/ports/SkImagesSupport_default.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFDeviceFlattener.cpp
diff --git a/src/pdf/SkPDFDeviceFlattener.cpp b/src/pdf/SkPDFDeviceFlattener.cpp
index 477486413a2fb2ed8a41b63c888379c2d1742900..21aa17abe58d5ffba3607e16979fec1174d3d8a1 100644
--- a/src/pdf/SkPDFDeviceFlattener.cpp
+++ b/src/pdf/SkPDFDeviceFlattener.cpp
@@ -7,6 +7,7 @@
#include "SkPDFDeviceFlattener.h"
#include "SkDraw.h"
+#include "SkShader.h"
static SkISize SkSizeToISize(const SkSize& size) {
return SkISize::Make(SkScalarRoundToInt(size.width()), SkScalarRoundToInt(size.height()));
« no previous file with comments | « src/gpu/GrPictureUtils.h ('k') | src/ports/SkImagesSupport_default.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698