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

Unified Diff: sky/engine/public/web/WebElement.h

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/public/web/WebElement.h
diff --git a/sky/engine/public/web/WebElement.h b/sky/engine/public/web/WebElement.h
index e8bed14ae829dad496deaac14b1a4f7313ff2354..ffe763c5869cab16dfa3552b2d946587115994b1 100644
--- a/sky/engine/public/web/WebElement.h
+++ b/sky/engine/public/web/WebElement.h
@@ -72,12 +72,6 @@ public:
// "Content-Language" header as a fallback.
BLINK_EXPORT WebString computeInheritedLanguage() const;
- // Returns the bounds of the element in viewport space. The bounds
- // have been adjusted to include any transformations. This view is
- // also called the Root View in Blink.
- // This function will update the layout if required.
- BLINK_EXPORT WebRect boundsInViewportSpace();
-
// Returns the image contents of this element or a null WebImage
// if there isn't any.
BLINK_EXPORT WebImage imageContents();

Powered by Google App Engine
This is Rietveld 408576698