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

Unified Diff: pdf/pdf_engine.h

Issue 814573004: Fix for Multipage selection by dragging mouse in OOP case in PDF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing nit. Created 5 years, 10 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
Index: pdf/pdf_engine.h
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h
index e8434595ddb5edd0202329404cd26839d433611f..cb61c14975d8452fe8cc2b929c2bc20635a40a5b 100644
--- a/pdf/pdf_engine.h
+++ b/pdf/pdf_engine.h
@@ -173,6 +173,9 @@ class PDFEngine {
// Returns true if the plugin has been opened within print preview.
virtual bool IsPrintPreview() = 0;
+
+ // Sets selection status.
+ virtual void IsSelectingChanged(bool is_selecting){};
};
// Factory method to create an instance of the PDF Engine.

Powered by Google App Engine
This is Rietveld 408576698