Show
Ignore:
Timestamp:
01/26/07 01:03:43 (2 years ago)
Author:
rwlbuis
Message:

Reviewed by olliej.

http://bugs.webkit.org/show_bug.cgi?id=11911
SVG exhibits double-text-selection behavior

Fix selection height of the inline text boxes for svg.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/rendering/RenderText.h

    r19027 r19140  
    5252 
    5353    virtual InlineBox* createInlineBox(bool makePlaceHolderBox, bool isRootLineBox, bool isOnlyRun = false); 
     54    virtual InlineTextBox* createInlineTextBox(); 
    5455    virtual void dirtyLineBoxes(bool fullLayout, bool isRootInlineBox = false); 
    5556