| Index: sky/engine/public/web/WebNode.h
|
| diff --git a/sky/engine/public/web/WebNode.h b/sky/engine/public/web/WebNode.h
|
| index 5e535bdc99be4b5eb327a1464297c6818397ff05..f5198c9bba430560eb5ca3ed3eb47e4ccf2e9cd7 100644
|
| --- a/sky/engine/public/web/WebNode.h
|
| +++ b/sky/engine/public/web/WebNode.h
|
| @@ -104,11 +104,6 @@ public:
|
| BLINK_EXPORT bool focused() const;
|
| BLINK_EXPORT bool remove();
|
|
|
| - // 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.
|
| - BLINK_EXPORT bool hasNonEmptyBoundingBox() const;
|
| -
|
| BLINK_EXPORT bool containsIncludingShadowDOM(const WebNode&) const;
|
| BLINK_EXPORT WebElement shadowHost() const;
|
|
|
|
|