| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 4f53c0ec638658904f20c64ec61efe9c624bfa94..648d73eef16e254526db7f8eacada2b395e00a8d 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -304,6 +304,9 @@ public:
|
| virtual void willRemoveScrollbar(Scrollbar*, ScrollbarOrientation) OVERRIDE;
|
|
|
| virtual bool shouldAttemptToScrollUsingFastPath() const OVERRIDE;
|
| + // FIXME: This should probably be renamed as the 'inSubtreeLayout' parameter
|
| + // passed around the FrameView layout methods can be true while this returns
|
| + // false.
|
| bool isSubtreeLayout() const { return !!m_layoutSubtreeRoot; }
|
|
|
| protected:
|
|
|