| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index d2b6c1696a792358d808807bc4f67a62000c9822..bee2f128f982e3a018123cfe5b85dc088f4712d3 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -86,7 +86,6 @@ public:
|
| void setNeedsLayout();
|
|
|
| // Methods for getting/setting the size Blink should use to layout the contents.
|
| - // FIXME(sky): Remove the scrollbars argument now that FrameView doesn't scroll.
|
| IntSize layoutSize() const;
|
| void setLayoutSize(const IntSize&);
|
|
|
|
|