| Index: third_party/WebKit/Source/core/page/ChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| index 852560796c75005176cb28d51d309feeca564a2d..d81655c6125b6a57827abf160267570026b17d4a 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -260,6 +260,8 @@ public:
|
|
|
| virtual PassOwnPtr<WebFrameScheduler> createFrameScheduler() = 0;
|
|
|
| + float screenToViewport(float) const override;
|
| +
|
| protected:
|
| ~ChromeClient() override { }
|
|
|
|
|