| Index: sky/engine/core/dom/Node.h
|
| diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
|
| index 29d8795d32ccaa336e5dd58a67bcd6c193d7ff48..541ad645cf87c89f6db8e9e6f19e13ed370c0702 100644
|
| --- a/sky/engine/core/dom/Node.h
|
| +++ b/sky/engine/core/dom/Node.h
|
| @@ -322,11 +322,6 @@ public:
|
| virtual LayoutRect boundingBox() const;
|
| IntRect pixelSnappedBoundingBox() const { return pixelSnappedIntRect(boundingBox()); }
|
|
|
| - // Returns true if the node has a non-empty bounding box in layout.
|
| - // This does not 100% guarantee the user can see it, but is pretty close.
|
| - // Note: This method only works properly after layout has occurred.
|
| - bool hasNonEmptyBoundingBox() const;
|
| -
|
| unsigned nodeIndex() const;
|
|
|
| // Returns the DOM ownerDocument attribute. This method never returns NULL, except in the case
|
|
|