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

Unified Diff: src/pdf/SkPDFDevice.cpp

Issue 920513003: Make filters use SkImage instead of SkBitmap Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 9 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/image/SkImage.cpp ('k') | src/utils/SkDeferredCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFDevice.cpp
diff --git a/src/pdf/SkPDFDevice.cpp b/src/pdf/SkPDFDevice.cpp
index 3f5f4535c16d0251a201c8a34ccb04e5a23c3c2a..c4359ed2b273ffdbf6f5532f689592b13803376b 100644
--- a/src/pdf/SkPDFDevice.cpp
+++ b/src/pdf/SkPDFDevice.cpp
@@ -9,8 +9,8 @@
#include "SkAnnotation.h"
#include "SkBitmapDevice.h"
-#include "SkColor.h"
#include "SkClipStack.h"
+#include "SkColor.h"
#include "SkData.h"
#include "SkDraw.h"
#include "SkGlyphCache.h"
@@ -27,14 +27,17 @@
#include "SkPDFStream.h"
#include "SkPDFTypes.h"
#include "SkPDFUtils.h"
-#include "SkRect.h"
+#include "SkPaint.h"
+#include "SkPath.h"
+#include "SkPathOps.h"
#include "SkRRect.h"
+#include "SkRect.h"
#include "SkString.h"
#include "SkSurface.h"
-#include "SkTextFormatParams.h"
+#include "SkTSet.h"
#include "SkTemplates.h"
+#include "SkTextFormatParams.h"
#include "SkTypefacePriv.h"
-#include "SkTSet.h"
#define DPI_FOR_RASTER_SCALE_ONE 72
« no previous file with comments | « src/image/SkImage.cpp ('k') | src/utils/SkDeferredCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698