| 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
|
|
|