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

Unified Diff: src/pdf/SkJpegInfo.h

Issue 1372783003: SkPDF: Implement drawImage*() properly (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-09-30 (Wednesday) 21:22:24 EDT Created 5 years, 3 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 | « gyp/pdf.gyp ('k') | src/pdf/SkJpegInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkJpegInfo.h
diff --git a/src/pdf/SkJpegInfo.h b/src/pdf/SkJpegInfo.h
index 178d648a1abc7fa7985c5cd6fe7cc731748a1756..1b03e45b105e777d9ec58a74ab41185b2bf99b8a 100644
--- a/src/pdf/SkJpegInfo.h
+++ b/src/pdf/SkJpegInfo.h
@@ -7,11 +7,12 @@
#ifndef SkJpegInfo_DEFINED
#define SkJpegInfo_DEFINED
+#include "SkSize.h"
+
class SkData;
struct SkJFIFInfo {
- int fWidth;
- int fHeight;
+ SkISize fSize;
enum Type {
kGrayscale,
kYCbCr,
« no previous file with comments | « gyp/pdf.gyp ('k') | src/pdf/SkJpegInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698