X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FWebKit2%2FShared%2FEditorState.h;h=3248fa2d78c18453adfe3c7564389365b1529d95;hb=17cf3620bd51a9bf310617edfe0625f0e84af476;hp=389e897f6151a7dbc2a771803dddb9d918ac01f1;hpb=c2083b4803cc586bd3260b42dce0d442e0e4e61b;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/Source/WebKit2/Shared/EditorState.h b/Source/WebKit2/Shared/EditorState.h index 389e897..3248fa2 100755 --- a/Source/WebKit2/Shared/EditorState.h +++ b/Source/WebKit2/Shared/EditorState.h @@ -48,6 +48,9 @@ struct EditorState { #endif #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION) , updateEditorRectOnly(false) + , underlineState(0) + , italicState(0) + , boldState(0) #endif #if PLATFORM(QT) , cursorPosition(0) @@ -75,8 +78,12 @@ struct EditorState { WebCore::IntRect editorRect; bool updateEditorRectOnly; #if ENABLE(TIZEN_WEBKIT2_GET_TEXT_STYLE_FOR_SELECTION) + int underlineState; + int italicState; + int boldState; WTF::String bgColor; WTF::String color; + WTF::String fontSize; #endif #endif #if PLATFORM(QT)