Title: [131976] trunk/Source/WebKit2
- Revision
- 131976
- Author
- [email protected]
- Date
- 2012-10-19 21:52:33 -0700 (Fri, 19 Oct 2012)
Log Message
[WK2][EFL] Modify ewk_view_scale_set to public API
https://bugs.webkit.org/show_bug.cgi?id=99902
Patch by KyungTae Kim <[email protected]> on 2012-10-19
Reviewed by Gyuyoung Kim.
Modify ewk_view_scale_set to public API.
* UIProcess/API/efl/ewk_view.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (131975 => 131976)
--- trunk/Source/WebKit2/ChangeLog 2012-10-20 04:09:24 UTC (rev 131975)
+++ trunk/Source/WebKit2/ChangeLog 2012-10-20 04:52:33 UTC (rev 131976)
@@ -1,3 +1,14 @@
+2012-10-19 KyungTae Kim <[email protected]>
+
+ [WK2][EFL] Modify ewk_view_scale_set to public API
+ https://bugs.webkit.org/show_bug.cgi?id=99902
+
+ Reviewed by Gyuyoung Kim.
+
+ Modify ewk_view_scale_set to public API.
+
+ * UIProcess/API/efl/ewk_view.h:
+
2012-10-19 Andreas Kling <[email protected]>
Race condition in WebProcessProxy::handleGetPlugins().
Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_view.h (131975 => 131976)
--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_view.h 2012-10-20 04:09:24 UTC (rev 131975)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_view.h 2012-10-20 04:52:33 UTC (rev 131976)
@@ -526,7 +526,7 @@
*
* @return @c EINA_TRUE on success or @c EINA_FALSE otherwise
*/
-Eina_Bool ewk_view_scale_set(Evas_Object *o, double scaleFactor, int x, int y);
+EAPI Eina_Bool ewk_view_scale_set(Evas_Object *o, double scaleFactor, int x, int y);
/**
* Queries the current scale factor of the page.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes