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

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

Issue 867653005: Remove outline painting on inlines. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/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;

Powered by Google App Engine
This is Rietveld 408576698