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. |