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

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

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/web/WebNode.cpp
diff --git a/sky/engine/web/WebNode.cpp b/sky/engine/web/WebNode.cpp
index 57084723e381734335850b877154c1554053921b..b0ea91b4c021483e964455e38a20e11100778337 100644
--- a/sky/engine/web/WebNode.cpp
+++ b/sky/engine/web/WebNode.cpp
@@ -169,12 +169,6 @@ bool WebNode::remove()
return !exceptionState.hadException();
}
-bool WebNode::hasNonEmptyBoundingBox() const
-{
- m_private->document().updateLayout();
- return m_private->hasNonEmptyBoundingBox();
-}
-
bool WebNode::containsIncludingShadowDOM(const WebNode& other) const
{
return m_private->containsIncludingShadowDOM(other.m_private.get());
« sky/engine/core/rendering/RenderLineBoxList.cpp ('K') | « sky/engine/public/web/WebNode.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698