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