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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.h

Issue 1785323002: Move computeIntrinsicSizingInfo to LayoutReplaced (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-computeIntrinsicSizingInfo
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index c2d018da23a33ee711fe1721bb230c8ecd6fa383..d8d1a129e703abf0cca586b0889b2c637d3ad486 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -825,21 +825,6 @@ public:
virtual bool needsPreferredWidthsRecalculation() const;
- struct IntrinsicSizingInfo {
- STACK_ALLOCATED();
- IntrinsicSizingInfo() : hasWidth(true), hasHeight(true) {}
-
- FloatSize size;
- FloatSize aspectRatio;
- bool hasWidth;
- bool hasHeight;
-
- void transpose();
- };
-
- // Computes the logical intrinsic sizing information.
- virtual void computeIntrinsicSizingInfo(IntrinsicSizingInfo&) const { }
-
IntSize scrolledContentOffset() const;
void mapScrollingContentsRectToBoxSpace(LayoutRect&) const;
void applyOverflowClip(LayoutRect&) const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698