summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Range.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Range.h')
-rw-r--r--WebCore/dom/Range.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/dom/Range.h b/WebCore/dom/Range.h
index 9834aec..aea76e1 100644
--- a/WebCore/dom/Range.h
+++ b/WebCore/dom/Range.h
@@ -109,6 +109,7 @@ public:
void textRects(Vector<IntRect>&, bool useSelectionHeight = false);
// Transform-friendly
void textQuads(Vector<FloatQuad>&, bool useSelectionHeight = false);
+ void getBorderAndTextQuads(Vector<FloatQuad>&) const;
void nodeChildrenChanged(ContainerNode*);
void nodeChildrenWillBeRemoved(ContainerNode*);
@@ -147,8 +148,6 @@ private:
enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS };
PassRefPtr<DocumentFragment> processContents(ActionType, ExceptionCode&);
- void getBorderAndTextQuads(Vector<FloatQuad>&) const;
-
RefPtr<Document> m_ownerDocument;
RangeBoundaryPoint m_start;
RangeBoundaryPoint m_end;