Index: Source/core/style/ComputedStyle.h |
diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h |
index 64abb5eb0ef055f4949c15f8119748e51432bb07..a598bb99512bf759b74ae0a3a9d3aa9dd4869659 100644 |
--- a/Source/core/style/ComputedStyle.h |
+++ b/Source/core/style/ComputedStyle.h |
@@ -347,6 +347,7 @@ public: |
static PassRefPtr<ComputedStyle> create(); |
static PassRefPtr<ComputedStyle> createAnonymousStyleWithDisplay(const ComputedStyle& parentStyle, EDisplay); |
static PassRefPtr<ComputedStyle> clone(const ComputedStyle&); |
+ static PassRefPtr<ComputedStyle> createWithInheritableProperties(const ComputedStyle& parentStyle); |
// Computes how the style change should be propagated down the tree. |
static StyleRecalcChange stylePropagationDiff(const ComputedStyle* oldStyle, const ComputedStyle* newStyle); |