| Index: pdf/pdf_engine.h
|
| diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h
|
| index 3508f20622738808a55f8e7899489eb2a51d0693..5e1e2647b3a387399a563dcae4e76a1118446048 100644
|
| --- a/pdf/pdf_engine.h
|
| +++ b/pdf/pdf_engine.h
|
| @@ -282,12 +282,6 @@ class PDFEngine {
|
| // document at page |index|.
|
| virtual void AppendPage(PDFEngine* engine, int index) = 0;
|
|
|
| - // Allow client to query and reset scroll positions in document coordinates.
|
| - // Note that this is meant for cases where the device scale factor changes,
|
| - // and not for general scrolling - the engine will not repaint due to this.
|
| - virtual pp::Point GetScrollPosition() = 0;
|
| - virtual void SetScrollPosition(const pp::Point& position) = 0;
|
| -
|
| virtual bool IsProgressiveLoad() = 0;
|
|
|
| virtual std::string GetMetadata(const std::string& key) = 0;
|
|
|