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

Unified Diff: xfa/fwl/basewidget/fwl_editimp.cpp

Issue 2328573002: Split CPDFXFA_Document apart (Closed)
Patch Set: Created 4 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
Index: xfa/fwl/basewidget/fwl_editimp.cpp
diff --git a/xfa/fwl/basewidget/fwl_editimp.cpp b/xfa/fwl/basewidget/fwl_editimp.cpp
index 104054f4e1fc06f948194f9b2df2342341b144a5..f8db1c3ba606533439f91f446aa2a07c677a00fc 100644
--- a/xfa/fwl/basewidget/fwl_editimp.cpp
+++ b/xfa/fwl/basewidget/fwl_editimp.cpp
@@ -1640,7 +1640,7 @@ FX_BOOL FWL_ShowCaret(IFWL_Widget* pWidget,
if (!pXFAWidget)
return FALSE;
- IXFA_DocProvider* pDocProvider = pXFAWidget->GetDoc()->GetDocProvider();
+ IXFA_DocEnvironment* pDocProvider = pXFAWidget->GetDoc()->GetDocProvider();
Tom Sepez 2016/09/08 17:12:37 Nit: GetDocProvider method name should change, too
dsinclair 2016/09/08 18:07:49 Done.
if (!pDocProvider)
return FALSE;

Powered by Google App Engine
This is Rietveld 408576698