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

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

Issue 1407633003: [css-grid] Implementation of Baseline Self-Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Applied suggested changes. Created 4 years, 1 month 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: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
index 89cff5807c64ac08f9a2b77384bf30d165cea7dd..d81c480bcb9780a162ec98d99111190ea9a18028 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
@@ -169,6 +169,7 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
// |stopRootInlineBox|, if specified.
int lineCount(const RootInlineBox* stopRootInlineBox = nullptr) const;
+ bool isDescentBaseline() const;
int firstLineBoxBaseline() const override;
int inlineBlockBaseline(LineDirectionMode) const override;

Powered by Google App Engine
This is Rietveld 408576698