| Index: Source/web/PageWidgetDelegate.h
|
| diff --git a/Source/web/PageWidgetDelegate.h b/Source/web/PageWidgetDelegate.h
|
| index eca21d510986ec12189c51b65794317bd167c154..741b0b6339764a78762cd2a5c2d36d2f802b5b93 100644
|
| --- a/Source/web/PageWidgetDelegate.h
|
| +++ b/Source/web/PageWidgetDelegate.h
|
| @@ -73,7 +73,7 @@ public:
|
| Translucent,
|
| };
|
| static void animate(WebCore::Page*, double monotonicFrameBeginTime);
|
| - static void layout(WebCore::Page*);
|
| + static void layout(WebCore::Page*, WebCore::LocalFrame* rootFrame);
|
| static void paint(WebCore::Page*, PageOverlayList*, WebCanvas*, const WebRect&, CanvasBackground);
|
| static bool handleInputEvent(WebCore::Page*, PageWidgetEventHandler&, const WebInputEvent&);
|
|
|
|
|