Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index b65a58b6f95b2bab8831842c89f306f227d3390c..3f79ca07deeef72b56363506ad1db3b1f2194a20 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -36,7 +36,6 @@ |
#include "core/css/resolver/StyleBuilder.h" |
#include "core/css/resolver/StyleResolverStats.h" |
#include "core/css/resolver/StyleResourceLoader.h" |
-#include "core/style/AuthorStyleInfo.h" |
#include "core/style/CachedUAStyle.h" |
#include "platform/heap/Handle.h" |
#include "wtf/Deque.h" |
@@ -191,8 +190,6 @@ private: |
// FIXME: This should probably go away, folded into FontBuilder. |
void updateFont(StyleResolverState&); |
- static AuthorStyleInfo authorStyleInfo(StyleResolverState&); |
- |
void loadPendingResources(StyleResolverState&); |
void adjustComputedStyle(StyleResolverState&, Element*); |
@@ -220,6 +217,7 @@ private: |
void applyAllProperty(StyleResolverState&, CSSValue*, bool inheritedOnly); |
bool pseudoStyleForElementInternal(Element&, const PseudoStyleRequest&, const ComputedStyle* parentStyle, StyleResolverState&); |
+ bool backgroundChanged(const FillLayer& oldFill, const StyleColor& oldColor, const StyleResolverState&); |
PassRefPtrWillBeRawPtr<PseudoElement> createPseudoElement(Element* parent, PseudoId); |