webengine/osswebengine/WebCore/rendering/bidi.h
changeset 16 a359256acfc6
parent 0 dd21522fd290
equal deleted inserted replaced
13:10e98eab6f85 16:a359256acfc6
    32 class RenderArena;
    32 class RenderArena;
    33 class RenderBlock;
    33 class RenderBlock;
    34 class RenderObject;
    34 class RenderObject;
    35 class InlineBox;
    35 class InlineBox;
    36 
    36 
       
    37 void cleanupMidpoints();
       
    38 
    37 struct BidiRun : BidiCharacterRun {
    39 struct BidiRun : BidiCharacterRun {
    38     BidiRun(int start, int stop, RenderObject* o, BidiContext* context, WTF::Unicode::Direction dir)
    40     BidiRun(int start, int stop, RenderObject* o, BidiContext* context, WTF::Unicode::Direction dir)
    39         : BidiCharacterRun(start, stop, context, dir)
    41         : BidiCharacterRun(start, stop, context, dir)
    40         , obj(o)
    42         , obj(o)
    41         , box(0)
    43         , box(0)