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

Unified Diff: Source/core/layout/api/LineLayoutItem.h

Issue 1294483002: [Line Layout API] Convert InlineBox::boxModelObject to new API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits Created 5 years, 4 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 | « Source/core/layout/api/LineLayoutBoxModel.h ('k') | Source/core/layout/line/InlineBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/api/LineLayoutItem.h
diff --git a/Source/core/layout/api/LineLayoutItem.h b/Source/core/layout/api/LineLayoutItem.h
index 4b7e558a1d7f72792fc8a91930ab7e655070d9da..b7fea15272e3771a680a6fac4f69319146d6b3a5 100644
--- a/Source/core/layout/api/LineLayoutItem.h
+++ b/Source/core/layout/api/LineLayoutItem.h
@@ -190,6 +190,11 @@ public:
return m_layoutObject->isInline();
}
+ bool isInlineBlockOrInlineTable() const
+ {
+ return m_layoutObject->isInlineBlockOrInlineTable();
+ }
+
bool isLayoutBlock() const
{
return m_layoutObject->isLayoutBlock();
« no previous file with comments | « Source/core/layout/api/LineLayoutBoxModel.h ('k') | Source/core/layout/line/InlineBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698