summaryrefslogtreecommitdiff
path: root/Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp')
-rw-r--r--Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp b/Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp
index b045ab042..7ea2721d8 100644
--- a/Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp
+++ b/Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp
@@ -399,6 +399,11 @@ void DumpRenderTreeSupportEfl::setSelectTrailingWhitespaceEnabled(Evas_Object* e
editorClient->setSelectTrailingWhitespaceEnabled(enabled);
}
+void DumpRenderTreeSupportEfl::forceLayout(Evas_Object* ewkFrame)
+{
+ ewk_frame_force_layout(ewkFrame);
+}
+
void DumpRenderTreeSupportEfl::setTracksRepaints(Evas_Object* ewkFrame, bool enabled)
{
DRT_SUPPORT_FRAME_GET_OR_RETURN(ewkFrame, frame);