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

Unified Diff: Source/core/layout/line/InlineBox.cpp

Issue 1261653002: Move SelectionState out of LayoutObject and into Line Layout API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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: Source/core/layout/line/InlineBox.cpp
diff --git a/Source/core/layout/line/InlineBox.cpp b/Source/core/layout/line/InlineBox.cpp
index 470255cf14648934798752173eea32f6ffd910c3..2de2c1d5f6dda028fa8b4b4e85d50bfa86065a32 100644
--- a/Source/core/layout/line/InlineBox.cpp
+++ b/Source/core/layout/line/InlineBox.cpp
@@ -294,7 +294,7 @@ InlineBox* InlineBox::prevLeafChildIgnoringLineBreak() const
return (leaf && leaf->isLineBreak()) ? nullptr : leaf;
}
-LayoutObject::SelectionState InlineBox::selectionState() const
+SelectionState InlineBox::selectionState() const
{
return layoutObject().selectionState();
}

Powered by Google App Engine
This is Rietveld 408576698