X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fweb-view%2Fweb-back-forward-list.h;h=9dc81fc061b90494ca04546215960f7443a57344;hb=d65464c74cd9fbe9fde413f442070bffe70ba99c;hp=144c02b0e55b31f57d62ddbb9ce8ab6db832b73d;hpb=d30d320c158f38d9c1ff49e01627467d3950698d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/web-view/web-back-forward-list.h b/dali-toolkit/devel-api/controls/web-view/web-back-forward-list.h old mode 100755 new mode 100644 index 144c02b..9dc81fc --- a/dali-toolkit/devel-api/controls/web-view/web-back-forward-list.h +++ b/dali-toolkit/devel-api/controls/web-view/web-back-forward-list.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_WEB_BACK_FORWARD_LIST_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,6 @@ namespace Dali { - class WebEngineBackForwardList; namespace Toolkit @@ -49,7 +48,7 @@ public: /** * @brief Creates a WebBackForwardList. */ - WebBackForwardList( const Dali::WebEngineBackForwardList& list ); + WebBackForwardList(const Dali::WebEngineBackForwardList& list); /** * @brief Destructor. @@ -78,9 +77,8 @@ public: uint32_t GetItemCount() const; private: - const Dali::WebEngineBackForwardList& mWebEngineBackForwardList; + const Dali::WebEngineBackForwardList& mWebEngineBackForwardList; Dali::Toolkit::WebBackForwardListItem mWebBackForwardListItem; - }; /**