Index: pdf/pdf_engine.h |
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
index befb1b82cf04951f62f35f6b08c5c08527f2c4f8..0ef9da031aa1b82c850b520d808f3491e8a33b15 100644 |
--- a/pdf/pdf_engine.h |
+++ b/pdf/pdf_engine.h |
@@ -176,6 +176,9 @@ class PDFEngine { |
// Get the background color of the PDF. |
virtual uint32 GetBackgroundColor() = 0; |
+ |
+ // Sets selection status. |
+ virtual void IsSelectingChanged(bool is_selecting){}; |
}; |
// Factory method to create an instance of the PDF Engine. |