summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/ShadowElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/ShadowElement.h')
-rw-r--r--WebCore/rendering/ShadowElement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/rendering/ShadowElement.h b/WebCore/rendering/ShadowElement.h
index f5668ef..72bc207 100644
--- a/WebCore/rendering/ShadowElement.h
+++ b/WebCore/rendering/ShadowElement.h
@@ -58,11 +58,11 @@ public:
static PassRefPtr<ShadowBlockElement> createForPart(HTMLElement*, PseudoId);
static bool partShouldHaveStyle(const RenderObject* parentRenderer, PseudoId pseudoId);
void layoutAsPart(const IntRect& partRect);
- void updateStyleForPart(PseudoId);
+ virtual void updateStyleForPart(PseudoId);
protected:
ShadowBlockElement(HTMLElement*);
-
+ void initAsPart(PseudoId pasuedId);
private:
static PassRefPtr<RenderStyle> createStyleForPart(RenderObject*, PseudoId);
};