Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: sky/engine/core/frame/FrameView.h

Issue 1148253003: Add LayoutRoot (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updated Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698