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

Unified Diff: sky/engine/core/dom/Node.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
« no previous file with comments | « no previous file | sky/engine/core/dom/Node.cpp » ('j') | sky/engine/core/rendering/RenderLineBoxList.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Node.h
diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
index 29d8795d32ccaa336e5dd58a67bcd6c193d7ff48..541ad645cf87c89f6db8e9e6f19e13ed370c0702 100644
--- a/sky/engine/core/dom/Node.h
+++ b/sky/engine/core/dom/Node.h
@@ -322,11 +322,6 @@ public:
virtual LayoutRect boundingBox() const;
IntRect pixelSnappedBoundingBox() const { return pixelSnappedIntRect(boundingBox()); }
- // 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.
- bool hasNonEmptyBoundingBox() const;
-
unsigned nodeIndex() const;
// Returns the DOM ownerDocument attribute. This method never returns NULL, except in the case
« no previous file with comments | « no previous file | sky/engine/core/dom/Node.cpp » ('j') | sky/engine/core/rendering/RenderLineBoxList.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698