summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/ShadowElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/ShadowElement.h')
-rw-r--r--Source/WebCore/rendering/ShadowElement.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Source/WebCore/rendering/ShadowElement.h b/Source/WebCore/rendering/ShadowElement.h
index 9a5d118..0db6a83 100644
--- a/Source/WebCore/rendering/ShadowElement.h
+++ b/Source/WebCore/rendering/ShadowElement.h
@@ -61,21 +61,6 @@ void ShadowElement<BaseElement>::detach()
BaseElement::setShadowHost(0);
}
-class ShadowBlockElement : public ShadowElement<HTMLDivElement> {
-public:
- static PassRefPtr<ShadowBlockElement> create(HTMLElement*);
- static PassRefPtr<ShadowBlockElement> createForPart(HTMLElement*, PseudoId);
- static bool partShouldHaveStyle(const RenderObject* parentRenderer, PseudoId pseudoId);
- void layoutAsPart(const IntRect& partRect);
- virtual void updateStyleForPart(PseudoId);
-
-protected:
- ShadowBlockElement(HTMLElement*);
- void initAsPart(PseudoId pasuedId);
-private:
- static PassRefPtr<RenderStyle> createStyleForPart(RenderObject*, PseudoId);
-};
-
class ShadowInputElement : public ShadowElement<HTMLInputElement> {
public:
static PassRefPtr<ShadowInputElement> create(HTMLElement*);