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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h

Issue 2913093002: Revert of [css-align] Don't resolve 'auto' values for computed style. (Closed)
Patch Set: Created 3 years, 7 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/css/resolver/StyleAdjuster.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h
index 3ca8e7c2042e0d2b9c4e14cc6f088fe174cd237b..9690f9d83b2c77280738b8928b839913f1bb1724 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h
@@ -42,6 +42,8 @@
const ComputedStyle& layout_parent_style,
Element*);
static void AdjustStyleForEditing(ComputedStyle&);
+ static void AdjustStyleForAlignment(ComputedStyle&,
+ const ComputedStyle& parent_style);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698