12018-04-13 Zalan Bujtas <zalan@apple.com>
2
3 [LayoutReloaded] Add simple implementation for FormattingState::markNeedsLayout()
4 https://bugs.webkit.org/show_bug.cgi?id=184621
5
6 Reviewed by NOBODY (OOPS!).
7
8 This is just a simple, mark ancestors dirty implementation.
9
10 * LayoutReloaded/FormattingState/FormattingState.js:
11 (FormattingState.prototype.markNeedsLayout):
12 * LayoutReloaded/LayoutState.js:
13 (LayoutState.prototype.markNeedsLayout):
14 (LayoutState.prototype.setNeedsLayoutById): Deleted.
15 (LayoutState.prototype.setNeedsLayout): Deleted.
16 * LayoutReloaded/TreeBuilder.js:
17 (TreeBuilder.prototype._createAndAttachBox):
18 (TreeBuilder.prototype._findBox): Deleted.
19 * LayoutReloaded/Utils.js:
20 (Utils.layoutBoxById):
21 * LayoutReloaded/test/index.html:
22 * LayoutReloaded/test/simple-incremental-layout-with-static-content.html:
23