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

Unified Diff: core/fpdfapi/fpdf_parser/ipdf_security_handler.h

Issue 1832173003: Remove FX_DWORD from core/ and delete definition (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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 | « core/fpdfapi/fpdf_parser/ipdf_crypto_handler.h ('k') | core/fpdfapi/fpdf_render/cpdf_pagerendercache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfapi/fpdf_parser/ipdf_security_handler.h
diff --git a/core/fpdfapi/fpdf_parser/ipdf_security_handler.h b/core/fpdfapi/fpdf_parser/ipdf_security_handler.h
index fd70b1fac6c539c0e8ac8527c8eb3f86f8fe1020..e7eb822a837afc8a77567904c77261e3221a79e4 100644
--- a/core/fpdfapi/fpdf_parser/ipdf_security_handler.h
+++ b/core/fpdfapi/fpdf_parser/ipdf_security_handler.h
@@ -24,7 +24,7 @@ class IPDF_SecurityHandler {
virtual FX_BOOL OnInit(CPDF_Parser* pParser,
CPDF_Dictionary* pEncryptDict) = 0;
- virtual FX_DWORD GetPermissions() = 0;
+ virtual uint32_t GetPermissions() = 0;
virtual FX_BOOL GetCryptInfo(int& cipher,
const uint8_t*& buffer,
int& keylen) = 0;
« no previous file with comments | « core/fpdfapi/fpdf_parser/ipdf_crypto_handler.h ('k') | core/fpdfapi/fpdf_render/cpdf_pagerendercache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698