Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 468132
Collapse All | Expand All

(-)third_party/WebKit/Source/WebCore/platform/graphics/harfbuzz/HarfBuzzShaper.cpp (+3 lines)
Lines 330-333 Link Here
330
        if (shouldSetDirection)
330
        if (shouldSetDirection)
331
            hb_buffer_set_direction(harfBuzzBuffer.get(), currentRun->rtl() ? HB_DIRECTION_RTL : HB_DIRECTION_LTR);
331
            hb_buffer_set_direction(harfBuzzBuffer.get(), currentRun->rtl() ? HB_DIRECTION_RTL : HB_DIRECTION_LTR);
332
        else
333
            // Leaving direction to HarfBuzz to guess is *really* bad, but will do for now.
334
            hb_buffer_guess_segment_properties(harfBuzzBuffer.get());
332
335
333
        // Add a space as pre-context to the buffer. This prevents showing dotted-circle
336
        // Add a space as pre-context to the buffer. This prevents showing dotted-circle

Return to bug 468132