| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 587fb8a4507bcb586eefe5c9becf92ff60b5998d..2c7d34be831ff7b85fe40595dc2305d59d3f8f06 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -189,6 +189,9 @@ public:
|
| virtual void didCancelCompositionOnSelectionChange() OVERRIDE;
|
| virtual void willSetInputMethodState() OVERRIDE;
|
|
|
| + virtual float minimumPageScaleFactor() const OVERRIDE;
|
| + virtual float maximumPageScaleFactor() const OVERRIDE;
|
| +
|
| private:
|
| virtual bool isChromeClientImpl() const OVERRIDE { return true; }
|
|
|
|
|