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

Unified Diff: fpdfsdk/include/fsdk_baseform.h

Issue 1288053005: Fix a incorrectly placed comment from 0f6b51c (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/include/fsdk_baseform.h
diff --git a/fpdfsdk/include/fsdk_baseform.h b/fpdfsdk/include/fsdk_baseform.h
index 514a2f8b9ba2e0a2f675c7991d0527331d422283..204cb3b0882e9e45889c11be5042446e304b37f8 100644
--- a/fpdfsdk/include/fsdk_baseform.h
+++ b/fpdfsdk/include/fsdk_baseform.h
@@ -70,12 +70,12 @@ class CPDFSDK_Widget : public CPDFSDK_Annot {
int GetLayoutOrder() const override { return 2; }
+ int GetFieldType() const;
+
// Possible values from PDF 32000-1:2008, table 221.
// FIELDFLAG_READONLY
// FIELDFLAG_REQUIRED
// FIELDFLAG_NOEXPORT
- int GetFieldType() const;
-
int GetFieldFlags() const;
int GetRotate() const;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698