From: Yunchan Cho Date: Thu, 25 Apr 2013 13:35:17 +0000 (+0900) Subject: Add new field of BoxContentInfo for 'fast-open' attribute of X-Git-Tag: submit/tizen_2.2/20130927.091100^2~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc0954e68e9643cb4f7cbf0a522296e43b6889d5;p=platform%2Fframework%2Fweb%2Fwrt-commons.git Add new field of BoxContentInfo for 'fast-open' attribute of [Issue#] N/A [Problem] There is no field used by installer after parsing 'fast-open' attribute [Cause] N/A [Solution] For this, new field of BoxContentInfo is added Change-Id: I3e6dafcbcf88554e021a54610c3187d9f4fe43c2 --- diff --git a/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h b/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h index d8336c8..2a85422 100644 --- a/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h @@ -195,6 +195,7 @@ class ConfigParserData DPL::String m_pdSrc; DPL::String m_pdWidth; DPL::String m_pdHeight; + DPL::String m_pdFastOpen; }; typedef BoxContent BoxContentInfo;