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

Unified Diff: Source/platform/text/BidiResolver.h

Issue 1164933006: Create LineLayout api (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase + nits 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
« no previous file with comments | « Source/core/layout/shapes/ShapeOutsideInfo.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/BidiResolver.h
diff --git a/Source/platform/text/BidiResolver.h b/Source/platform/text/BidiResolver.h
index 1725dde2096265cff881e8726f9259030b5c755b..340d3295ef1d9089de97ae725843f5c48c9a9cce 100644
--- a/Source/platform/text/BidiResolver.h
+++ b/Source/platform/text/BidiResolver.h
@@ -61,15 +61,6 @@ public:
addMidpoint(midpoint);
}
- // When ignoring spaces, this needs to be called for objects that need line boxes such as LayoutInlines or
- // hard line breaks to ensure that they're not ignored.
- void ensureLineBoxInsideIgnoredSpaces(LayoutObject* renderer)
- {
- Iterator midpoint(0, renderer, 0);
- stopIgnoringSpaces(midpoint);
- startIgnoringSpaces(midpoint);
- }
-
// Adding a pair of midpoints before a character will split it out into a new line box.
void ensureCharacterGetsLineBox(Iterator& textParagraphSeparator)
{
« no previous file with comments | « Source/core/layout/shapes/ShapeOutsideInfo.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698