Index: Source/core/css/resolver/StyleAdjuster.h |
diff --git a/Source/core/css/resolver/StyleAdjuster.h b/Source/core/css/resolver/StyleAdjuster.h |
index 3df7838fc1cc9f41e6108698fc314518e0eae133..98cd83881d4be8de890a9d4e05e56829cb7f5468 100644 |
--- a/Source/core/css/resolver/StyleAdjuster.h |
+++ b/Source/core/css/resolver/StyleAdjuster.h |
@@ -26,6 +26,7 @@ |
namespace blink { |
+class AuthorStyleInfo; |
class Element; |
class HTMLElement; |
class ComputedStyle; |
@@ -40,7 +41,7 @@ |
: m_useQuirksModeStyles(useQuirksModeStyles) |
{ } |
- void adjustComputedStyle(ComputedStyle& styleToAdjust, const ComputedStyle& parentStyle, Element*); |
+ void adjustComputedStyle(ComputedStyle& styleToAdjust, const ComputedStyle& parentStyle, Element*, const AuthorStyleInfo&); |
private: |
void adjustStyleForFirstLetter(ComputedStyle&); |