Set the media volum control supporting API
authorleerang song <leerang.song@samsung.com>
Mon, 29 Apr 2013 05:13:13 +0000 (14:13 +0900)
committerleerang song <leerang.song@samsung.com>
Mon, 29 Apr 2013 05:25:25 +0000 (14:25 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] To divide web application and browser.
[Solution] Set EWK_EXTENSIBLE_API_MEDIA_VOLUME_CONTROL API
[SCMRequest] N/A

Change-Id: Idcb35b45f8d2730a3e3c202f33bdd24fd78e7249

src/api_new/ewk_context_manager.cpp

index 60ea6a1..bbc0dbe 100644 (file)
@@ -134,9 +134,13 @@ bool EwkContextManager::initialize()
         EWK_EXTENSIBLE_API_MEDIA_STREAM_RECORD,
         EINA_TRUE);
     ewk_context_tizen_extensible_api_set(
-        m_ewkContext,
-        EWK_EXTENSIBLE_API_ROTATE_CAMERA_VIEW,
-        EINA_FALSE);
+       m_ewkContext,
+       EWK_EXTENSIBLE_API_ROTATE_CAMERA_VIEW,
+       EINA_FALSE);
+    ewk_context_tizen_extensible_api_set(
+       m_ewkContext,
+       EWK_EXTENSIBLE_API_MEDIA_VOLUME_CONTROL,
+       EINA_TRUE);
 
     setAutoFullscreenMode();
     setBackgroundSupport();