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

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: Refactoring and Improving patch. Created 5 years, 12 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..a752b8f9ffe60483d7359ab4a61a2d671bfc89fd 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> rectRange,
gene 2015/01/06 18:40:04 nit: variable names are not camel case (like offse
Deepak 2015/01/07 04:59:01 changed to reference, but can not use const as Get
+ const pp::Point offset_point,
gene 2015/01/06 18:40:04 nit: const reference?
Deepak 2015/01/07 04:59:01 Done.
+ std::vector<pp::Rect>& rectVector);
gene 2015/01/06 18:40:04 nit: variable names are not camel case (like offse
Deepak 2015/01/07 04:59:01 Done.
+
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