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

Unified Diff: Source/core/rendering/RenderListItem.h

Issue 166033009: *** FOR PROTOTYPE PURPOSES ONLY! NOT INTENDED FOR COMMIT! *** (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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: Source/core/rendering/RenderListItem.h
diff --git a/Source/core/rendering/RenderListItem.h b/Source/core/rendering/RenderListItem.h
index f3b42fb9d2f006948dbcf28cbe3e56aa24860fb7..9a262d559005240ae3990e9f8dd75faf0b719eb9 100644
--- a/Source/core/rendering/RenderListItem.h
+++ b/Source/core/rendering/RenderListItem.h
@@ -67,7 +67,13 @@ private:
virtual bool isEmpty() const OVERRIDE;
virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
+ // This class represents a bit more complexity in switching to non-recursive
+ // layout. This is a subclass of RenderBlockFlow so it needs to hook in, but
+ // preserve some of its own pre/post operations.
virtual void layout() OVERRIDE;
+ virtual void preLayout() OVERRIDE;
+ virtual void postLayout() OVERRIDE;
+ void internalLayout(bool);
virtual bool supportsPartialLayout() const OVERRIDE { return false; }

Powered by Google App Engine
This is Rietveld 408576698