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

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, 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
Index: pdf/pdf_engine.h
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h
index 884daab24aa0fc0c05ca4bb5522be15dff33c432..fa054d9b122bc04bb57ac8aa21823815a032a924 100644
--- a/pdf/pdf_engine.h
+++ b/pdf/pdf_engine.h
@@ -175,6 +175,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