Index: Source/core/rendering/style/RenderStyle.h |
diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h |
index eb5496ea25990b2a81140b143f74c47db208e030..f1176c28a4d0f3781f759f38483fd790f42c23bc 100644 |
--- a/Source/core/rendering/style/RenderStyle.h |
+++ b/Source/core/rendering/style/RenderStyle.h |
@@ -1782,9 +1782,9 @@ private: |
void appendContent(PassOwnPtr<ContentData>); |
bool diffNeedsFullLayout(const RenderStyle& other) const; |
- bool diffNeedsRepaintLayerOnly(const RenderStyle& other) const; |
- bool diffNeedsRepaintObjectOnly(const RenderStyle& other) const; |
- bool diffNeedsRecompositeLayerOnly(const RenderStyle& other) const; |
+ bool diffNeedsRepaintLayer(const RenderStyle& other) const; |
+ bool diffNeedsRepaintObject(const RenderStyle& other) const; |
+ bool diffNeedsRecompositeLayer(const RenderStyle& other) const; |
unsigned computeChangedContextSensitiveProperties(const RenderStyle& other, StyleDifference) const; |
}; |