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 2a5fc99a5e517bdee1c3fd6f480a7231c25f8121..efcd20b3dacbee109cf19db7e69f90737a4562f1 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h |
+++ b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h |
@@ -39,6 +39,7 @@ class StyleAdjuster { |
public: |
static void adjustComputedStyle(ComputedStyle& styleToAdjust, |
const ComputedStyle& parentStyle, |
+ const ComputedStyle& layoutParentStyle, |
Element*); |
static void adjustStyleForEditing(ComputedStyle&); |
static void adjustStyleForAlignment(ComputedStyle&, |