| 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 ce1897393db956b66dcb20398849b14bf9e489f4..f0676613e02c9a0417db54cb80a3515ff6af30fd 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -177,8 +177,6 @@ class CORE_EXPORT ChromeClient : public HostWindow {
|
|
|
| virtual void* webView() const = 0;
|
|
|
| - virtual IntRect windowResizerRect(LocalFrame&) const = 0;
|
| -
|
| // Methods used by HostWindow.
|
| virtual WebScreenInfo screenInfo() const = 0;
|
| virtual void setCursor(const Cursor&, LocalFrame* localRoot) = 0;
|
|
|