Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Unified Diff: sky/engine/web/WebElement.cpp

Issue 684353002: Remove more stuff from Widget. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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())

Powered by Google App Engine
This is Rietveld 408576698