| Index: Source/core/css/resolver/StyleAdjuster.h
|
| diff --git a/Source/core/css/resolver/StyleAdjuster.h b/Source/core/css/resolver/StyleAdjuster.h
|
| index 12dae3b73d5bf137868e4a95bb4a71d16b58fe00..8717e0f55197eebf21086cd2fc5f9c21e74bcb5c 100644
|
| --- a/Source/core/css/resolver/StyleAdjuster.h
|
| +++ b/Source/core/css/resolver/StyleAdjuster.h
|
| @@ -26,7 +26,7 @@
|
|
|
| namespace blink {
|
|
|
| -class CachedUAStyle;
|
| +class AuthorStyleInfo;
|
| class Element;
|
| class HTMLElement;
|
| class LayoutStyle;
|
| @@ -41,7 +41,7 @@ public:
|
| : m_useQuirksModeStyles(useQuirksModeStyles)
|
| { }
|
|
|
| - void adjustLayoutStyle(LayoutStyle& styleToAdjust, const LayoutStyle& parentStyle, Element*, const CachedUAStyle*);
|
| + void adjustLayoutStyle(LayoutStyle& styleToAdjust, const LayoutStyle& parentStyle, Element*, const AuthorStyleInfo&);
|
|
|
| private:
|
| void adjustStyleForFirstLetter(LayoutStyle&);
|
|
|