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

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

Issue 1699443002: Rework progressive render loop. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 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_render.h
diff --git a/core/include/fpdfapi/fpdf_render.h b/core/include/fpdfapi/fpdf_render.h
index 2637dd3252aa3256bc007e4a2de40840953cc178..427e3813fa1e0037e569f6f50ce7a5505e2c4943 100644
--- a/core/include/fpdfapi/fpdf_render.h
+++ b/core/include/fpdfapi/fpdf_render.h
@@ -149,8 +149,8 @@ class CPDF_ProgressiveRenderer {
CFX_FloatRect m_ClipRect;
FX_DWORD m_LayerIndex;
FX_DWORD m_ObjectIndex;
+ CPDF_RenderContext::Layer* m_pCurrentLayer;
FX_POSITION m_ObjectPos;
- FX_POSITION m_PrevLastPos;
};
class CPDF_TextRenderer {
« no previous file with comments | « no previous file | core/src/fpdfapi/fpdf_render/fpdf_render.cpp » ('j') | core/src/fpdfapi/fpdf_render/fpdf_render.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698