| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index bdac4104daf7c43202d5c56ca5bdf32923adede7..416e02c5d5f74d5f08fba383631c13bcb70fd1f2 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -166,8 +166,6 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
|
|
|
| bool tabsToLinks() override { return false; }
|
|
|
| - IntRect windowResizerRect(LocalFrame&) const override { return IntRect(); }
|
| -
|
| void invalidateRect(const IntRect&) override {}
|
| void scheduleAnimation(Widget*) override {}
|
|
|
|
|