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

Unified Diff: xfa/fxfa/parser/cxfa_line.cpp

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_font.cpp ('k') | xfa/fxfa/parser/cxfa_stroke.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/parser/cxfa_line.cpp
diff --git a/xfa/fxfa/parser/cxfa_line.cpp b/xfa/fxfa/parser/cxfa_line.cpp
index 07ca6d7a69b83b34439c503a6ab8e0421497f5b1..b35aa4146d260564b3b0cde677cc401b0d357302 100644
--- a/xfa/fxfa/parser/cxfa_line.cpp
+++ b/xfa/fxfa/parser/cxfa_line.cpp
@@ -18,5 +18,5 @@ FX_BOOL CXFA_Line::GetSlop() {
}
CXFA_Edge CXFA_Line::GetEdge() {
- return CXFA_Edge(m_pNode->GetChild(0, XFA_ELEMENT_Edge));
+ return CXFA_Edge(m_pNode->GetChild(0, XFA_Element::Edge));
}
« no previous file with comments | « xfa/fxfa/parser/cxfa_font.cpp ('k') | xfa/fxfa/parser/cxfa_stroke.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698