| Index: sky/engine/core/dom/Range.h
|
| diff --git a/sky/engine/core/dom/Range.h b/sky/engine/core/dom/Range.h
|
| index 4abe4b3ec3b816c357a5d3709937f6937d295fed..011b1f82aaa66375aa037214c6ab9ee4a4c858b2 100644
|
| --- a/sky/engine/core/dom/Range.h
|
| +++ b/sky/engine/core/dom/Range.h
|
| @@ -108,18 +108,12 @@ public:
|
|
|
| ShadowRoot* shadowRoot() const;
|
|
|
| - enum RangeInFixedPosition {
|
| - NotFixedPosition,
|
| - PartiallyFixedPosition,
|
| - EntirelyFixedPosition
|
| - };
|
| -
|
| // Not transform-friendly
|
| - void textRects(Vector<IntRect>&, bool useSelectionHeight = false, RangeInFixedPosition* = 0) const;
|
| + void textRects(Vector<IntRect>&, bool useSelectionHeight = false) const;
|
| IntRect boundingBox() const;
|
|
|
| // Transform-friendly
|
| - void textQuads(Vector<FloatQuad>&, bool useSelectionHeight = false, RangeInFixedPosition* = 0) const;
|
| + void textQuads(Vector<FloatQuad>&, bool useSelectionHeight = false) const;
|
| void getBorderAndTextQuads(Vector<FloatQuad>&) const;
|
| FloatRect boundingRect() const;
|
|
|
|
|