mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 13:19:27 +00:00
Bug 1117227 part 5 - Render ellipsis in correct orientation.
This commit is contained in:
@@ -49,7 +49,9 @@ GetEllipsisTextRun(nsIFrame* aFrame)
|
||||
nsLayoutUtils::FontSizeInflationFor(aFrame));
|
||||
LazyReferenceRenderingContextGetterFromFrame lazyRefContextGetter(aFrame);
|
||||
return fm->GetThebesFontGroup()->GetEllipsisTextRun(
|
||||
aFrame->PresContext()->AppUnitsPerDevPixel(), lazyRefContextGetter);
|
||||
aFrame->PresContext()->AppUnitsPerDevPixel(),
|
||||
nsLayoutUtils::GetTextRunOrientFlagsForStyle(aFrame->StyleContext()),
|
||||
lazyRefContextGetter);
|
||||
}
|
||||
|
||||
static nsIFrame*
|
||||
|
||||
Reference in New Issue
Block a user