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

Unified Diff: core/include/fpdfdoc/fpdf_doc.h

Issue 1653253002: Kill CFX_ByteArray in master. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 11 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 | core/include/fxcrt/fx_basic.h » ('j') | core/src/fpdfdoc/doc_utils.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/include/fpdfdoc/fpdf_doc.h
diff --git a/core/include/fpdfdoc/fpdf_doc.h b/core/include/fpdfdoc/fpdf_doc.h
index 61fbb753ba74764c7565e81714ac5961de882deb..02659f0275d91eb86c537cd8782106a259a9262d 100644
--- a/core/include/fpdfdoc/fpdf_doc.h
+++ b/core/include/fpdfdoc/fpdf_doc.h
@@ -1020,8 +1020,9 @@ class CPDF_FormNotify {
virtual int AfterSelectionChange(const CPDF_FormField* pField) { return 0; }
- virtual int AfterCheckedStatusChange(const CPDF_FormField* pField,
- const CFX_ByteArray& statusArray) {
+ virtual int AfterCheckedStatusChange(
+ const CPDF_FormField* pField,
+ const std::vector<uint8_t>& statusArray) {
return 0;
}
« no previous file with comments | « no previous file | core/include/fxcrt/fx_basic.h » ('j') | core/src/fpdfdoc/doc_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698