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

Unified Diff: xfa/fxfa/app/xfa_ffnotify.h

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/fxfa/app/xfa_ffnotify.h
diff --git a/xfa/fxfa/app/xfa_ffnotify.h b/xfa/fxfa/app/xfa_ffnotify.h
index ef34afb7b899c1e00116b9a7d6419973b2824903..87048145b2ad2dd3465f640cb60b1c939ff09b6e 100644
--- a/xfa/fxfa/app/xfa_ffnotify.h
+++ b/xfa/fxfa/app/xfa_ffnotify.h
@@ -57,7 +57,7 @@ class CXFA_FFNotify {
CXFA_WidgetAcc* pExclude = nullptr);
void AddCalcValidate(CXFA_Node* pNode);
CXFA_FFDoc* GetHDOC();
- IXFA_DocProvider* GetDocProvider();
+ IXFA_DocEnvironment* GetDocProvider();
Tom Sepez 2016/09/08 17:12:37 "
Tom Sepez 2016/09/08 17:12:37 Can this be a const method?
dsinclair 2016/09/08 18:07:49 Done.
dsinclair 2016/09/08 18:07:50 Done.
IXFA_AppProvider* GetAppProvider();
CXFA_FFWidgetHandler* GetWidgetHandler();
CXFA_FFWidget* GetHWidget(CXFA_LayoutItem* pLayoutItem);

Powered by Google App Engine
This is Rietveld 408576698