| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 7e9100daa5d77423088282c0b5f79b9fd746f9c6..0a6c6dae5448053f3c8d695245504342b7d94094 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -608,7 +608,7 @@ class BLINK_EXPORT WebFrameClient {
|
| // Geometry notifications ----------------------------------------------
|
|
|
| // The main frame scrolled.
|
| - virtual void DidChangeScrollOffset(WebLocalFrame*) {}
|
| + virtual void DidChangeScrollOffset() {}
|
|
|
| // If the frame is loading an HTML document, this will be called to
|
| // notify that the <body> will be attached soon.
|
|
|