summaryrefslogtreecommitdiffstats
path: root/WebKit/efl/ewk/ewk_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/efl/ewk/ewk_view.h')
-rw-r--r--WebKit/efl/ewk/ewk_view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/efl/ewk/ewk_view.h b/WebKit/efl/ewk/ewk_view.h
index 8dd6178..9d5997c 100644
--- a/WebKit/efl/ewk/ewk_view.h
+++ b/WebKit/efl/ewk/ewk_view.h
@@ -389,6 +389,9 @@ EAPI Eina_Bool ewk_view_setting_enable_scripts_set(Evas_Object *o, Eina_Bool
EAPI Eina_Bool ewk_view_setting_enable_plugins_get(const Evas_Object *o);
EAPI Eina_Bool ewk_view_setting_enable_plugins_set(Evas_Object *o, Eina_Bool enable);
+EAPI Eina_Bool ewk_view_setting_enable_frame_flattening_get(const Evas_Object* o);
+EAPI Eina_Bool ewk_view_setting_enable_frame_flattening_set(Evas_Object* o, Eina_Bool enable);
+
EAPI Eina_Bool ewk_view_setting_scripts_window_open_get(const Evas_Object *o);
EAPI Eina_Bool ewk_view_setting_scripts_window_open_set(Evas_Object *o, Eina_Bool allow);