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

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

Issue 2722613003: [css-grid] "normal" alignment is "start" for replaced elements (Closed)
Patch Set: Created 3 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: third_party/WebKit/Source/core/layout/LayoutFullScreen.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutFullScreen.h b/third_party/WebKit/Source/core/layout/LayoutFullScreen.h
index 1851f2fe0798989ab25c99299b9e460bce49dca2..00de48c502a4f0b3d05509df3f5203c979bbb5f0 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFullScreen.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFullScreen.h
@@ -67,7 +67,8 @@ class CORE_EXPORT LayoutFullScreen final : public LayoutFlexibleBox {
protected:
LayoutBlockFlow* m_placeholder;
- ItemPosition selfAlignmentNormalBehavior() const override {
+ ItemPosition selfAlignmentNormalBehavior(
+ const LayoutBox* child = nullptr) const override {
jfernandez 2017/03/01 12:46:49 Ditto.
return ItemPositionCenter;
}
};

Powered by Google App Engine
This is Rietveld 408576698