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

Unified Diff: xfa/fxfa/parser/cxfa_data.h

Issue 2089443002: Convert XFA_ELEMENT to an enum class (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: More unknown checks Created 4 years, 6 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
« no previous file with comments | « xfa/fxfa/parser/cxfa_caption.cpp ('k') | xfa/fxfa/parser/cxfa_data.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/parser/cxfa_data.h
diff --git a/xfa/fxfa/parser/cxfa_data.h b/xfa/fxfa/parser/cxfa_data.h
index e5913931530aafc34ba0d5ffc89ae96e57a8195e..dfb1682fee9ddd2279b7287b6c3e277a5c5e1b33 100644
--- a/xfa/fxfa/parser/cxfa_data.h
+++ b/xfa/fxfa/parser/cxfa_data.h
@@ -21,7 +21,7 @@ class CXFA_Data {
operator bool() const { return !!m_pNode; }
CXFA_Node* GetNode() const { return m_pNode; }
- XFA_ELEMENT GetClassID() const;
+ XFA_Element GetClassID() const;
protected:
FX_BOOL TryMeasure(XFA_ATTRIBUTE eAttr,
« no previous file with comments | « xfa/fxfa/parser/cxfa_caption.cpp ('k') | xfa/fxfa/parser/cxfa_data.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698