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

Unified Diff: core/fpdfapi/page/cpdf_image.h

Issue 2529543003: Add inline JPEGs. (Closed)
Patch Set: Consolidate common code Created 4 years 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 | « no previous file | core/fpdfapi/page/cpdf_image.cpp » ('j') | core/fpdfapi/page/cpdf_image.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfapi/page/cpdf_image.h
diff --git a/core/fpdfapi/page/cpdf_image.h b/core/fpdfapi/page/cpdf_image.h
index 1b0d74f12331faaf3e76cf45561f6ce42272a676..bd8d104c3c38860c729b8cc04d2d434f7fb96915 100644
--- a/core/fpdfapi/page/cpdf_image.h
+++ b/core/fpdfapi/page/cpdf_image.h
@@ -51,7 +51,8 @@ class CPDF_Image {
bool bLoadMask = false) const;
void SetImage(const CFX_DIBitmap* pDIBitmap);
- void SetJpegImage(const CFX_RetainPtr<IFX_SeekableReadStream>& pFile);
+ void SetJpegImage(const CFX_RetainPtr<IFX_SeekableReadStream>& pFile,
+ bool inlineImage);
void ResetCache(CPDF_Page* pPage, const CFX_DIBitmap* pDIBitmap);
« no previous file with comments | « no previous file | core/fpdfapi/page/cpdf_image.cpp » ('j') | core/fpdfapi/page/cpdf_image.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698