Chromium Code Reviews| Index: sky/engine/web/WebElement.cpp |
| diff --git a/sky/engine/web/WebElement.cpp b/sky/engine/web/WebElement.cpp |
| index 7c172333a5664846779c2e402ea82f1607df9671..e4e13d26094a26f8dc6c64db7eea2c59203f4030 100644 |
| --- a/sky/engine/web/WebElement.cpp |
| +++ b/sky/engine/web/WebElement.cpp |
| @@ -142,11 +142,6 @@ void WebElement::requestFullScreen() |
| { |
| } |
| -WebRect WebElement::boundsInViewportSpace() |
| -{ |
| - return unwrap<Element>()->boundsInRootViewSpace(); |
| -} |
| - |
| WebImage WebElement::imageContents() |
| { |
| if (isNull()) |