| Index: Source/WebCore/page/FrameView.h | 
| =================================================================== | 
| --- Source/WebCore/page/FrameView.h	(revision 77831) | 
| +++ Source/WebCore/page/FrameView.h	(working copy) | 
| @@ -254,6 +254,9 @@ | 
| // On each repaint the delay increses by this amount | 
| static void setRepaintThrottlingDeferredRepaintDelayIncrementDuringLoading(double p); | 
|  | 
| +    // FIXME: Remove this method once plugin loading is decoupled from layout. | 
| +    void flushAnyPendingPostLayoutTasks(); | 
| + | 
| protected: | 
| virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect); | 
| virtual void scrollContentsSlowPath(const IntRect& updateRect); | 
|  |