summaryrefslogtreecommitdiffstats
path: root/WebCore/mathml/MathMLMathElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/mathml/MathMLMathElement.h')
-rw-r--r--WebCore/mathml/MathMLMathElement.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/WebCore/mathml/MathMLMathElement.h b/WebCore/mathml/MathMLMathElement.h
index e784524..d31d548 100644
--- a/WebCore/mathml/MathMLMathElement.h
+++ b/WebCore/mathml/MathMLMathElement.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2009 Alex Milowski (alex@milowski.com). All rights reserved.
+ * Copyright (C) 2010 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,14 +31,15 @@
#include "MathMLInlineContainerElement.h"
namespace WebCore {
-
+
class MathMLMathElement : public MathMLInlineContainerElement {
public:
static PassRefPtr<MathMLMathElement> create(const QualifiedName& tagName, Document*);
-
-protected:
+
+private:
MathMLMathElement(const QualifiedName& tagName, Document*);
-
+
+ virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
};
}