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

Unified Diff: pdf/pdfium/pdfium_range.h

Issue 2270463003: Turn on enforce-in-pdf Clang plugin flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win clang Created 4 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 | « pdf/pdfium/pdfium_page.cc ('k') | pdf/pdfium/pdfium_range.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/pdfium_range.h
diff --git a/pdf/pdfium/pdfium_range.h b/pdf/pdfium/pdfium_range.h
index a0f9ea13db8bfeea92cbb4534b8e9738fccf490e..6465848f4d3bdafd72e855f70e6c774fd7bf7cd4 100644
--- a/pdf/pdfium/pdfium_range.h
+++ b/pdf/pdfium/pdfium_range.h
@@ -18,6 +18,7 @@ namespace chrome_pdf {
class PDFiumRange {
public:
PDFiumRange(PDFiumPage* page, int char_index, int char_count);
+ PDFiumRange(const PDFiumRange& that);
~PDFiumRange();
// Update how many characters are in the selection. Could be negative if
« no previous file with comments | « pdf/pdfium/pdfium_page.cc ('k') | pdf/pdfium/pdfium_range.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698