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

Unified Diff: pdf/pdfium/pdfium_engine.h

Issue 689083002: Right clicking outside of a selected area should deselect text and bring up the correct context men… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes as per review comments. Created 5 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 | pdf/pdfium/pdfium_engine.cc » ('j') | pdf/pdfium/pdfium_engine.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/pdfium_engine.h
diff --git a/pdf/pdfium/pdfium_engine.h b/pdf/pdfium/pdfium_engine.h
index 11d304a8379bcdd9ed2fa89cb9216b053ac1d4f8..fe7269a6c119ca8409b04f07d7221513a25523f4 100644
--- a/pdf/pdfium/pdfium_engine.h
+++ b/pdf/pdfium/pdfium_engine.h
@@ -246,6 +246,10 @@ class PDFiumEngine : public PDFEngine,
// PDFiumPage because we might not have that structure when we need this.
pp::Size GetPageSize(int index);
+ void GetAllScreenRectsUnion(std::vector<PDFiumRange>& rect_range,
gene 2015/01/07 23:16:01 Could you please make it pointer then (since GetSc
Deepak 2015/01/08 08:44:57 Done.
+ const pp::Point offset_point,
gene 2015/01/07 23:16:01 nit: const reference please
Deepak 2015/01/08 08:44:57 Done.
+ std::vector<pp::Rect>* rect_vector);
+
void UpdateTickMarks();
// Called to continue searching so we don't block the main thread.
« no previous file with comments | « no previous file | pdf/pdfium/pdfium_engine.cc » ('j') | pdf/pdfium/pdfium_engine.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698