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

Unified Diff: core/include/fpdfapi/fpdf_resource.h

Issue 656753002: Store the address of the page data map's value for proper referencing. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Clean up 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
Index: core/include/fpdfapi/fpdf_resource.h
diff --git a/core/include/fpdfapi/fpdf_resource.h b/core/include/fpdfapi/fpdf_resource.h
index 7bad01501a2b2495cb7268cda8080447dd0f92ab..1f63adcf1d45df7d4a8b21c1cfc094fcbacd2cd0 100644
--- a/core/include/fpdfapi/fpdf_resource.h
+++ b/core/include/fpdfapi/fpdf_resource.h
@@ -792,6 +792,7 @@ public:
CPDF_ColorSpace* m_pCS;
+ CPDF_ColorSpace** m_pPtrCS;
Tom Sepez 2014/10/14 18:49:23 What if there's more than one Color that has a ref
Bo Xu 2014/10/14 20:41:06 Sorry, I didn't quite get the meaning of CPDF_Colo
CPDF_Function* m_pFunctions[4];
« no previous file with comments | « no previous file | core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp » ('j') | core/src/fpdfapi/fpdf_page/pageint.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698