| Index: Source/WebCore/page/ChromeClient.h
|
| diff --git a/Source/WebCore/page/ChromeClient.h b/Source/WebCore/page/ChromeClient.h
|
| index addcc0aece523c8f932d5d8ec75d86acd0b8dd8d..00ab37d621f4b065f924c8b03b2e8a4cc67050d3 100644
|
| --- a/Source/WebCore/page/ChromeClient.h
|
| +++ b/Source/WebCore/page/ChromeClient.h
|
| @@ -166,6 +166,7 @@ namespace WebCore {
|
|
|
| virtual void dispatchViewportPropertiesDidChange(const ViewportArguments&) const { }
|
|
|
| + virtual void layoutBeforeScrollbarUpdate(Frame*) { }
|
| virtual void contentsSizeChanged(Frame*, const IntSize&) const = 0;
|
| virtual void layoutUpdated(Frame*) const { }
|
| virtual void scrollRectIntoView(const IntRect&) const { }; // Currently only Mac has a non empty implementation.
|
|
|