/*
- * Copyright (c) 2024 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 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.
return mDaliImageSrc;
}
-void TizenWebEngineChromium::ChangeOrientation(int orientation)
-{
- DALI_LOG_RELEASE_INFO("#ChangeOrientation : %d\n", orientation);
- ewk_view_orientation_send(mWebView, orientation);
-}
-
std::string TizenWebEngineChromium::GetUrl() const
{
const char* url = ewk_view_url_get(mWebView);
#define DALI_TIZEN_WEB_ENGINE_CHROMIUM_H
/*
- * Copyright (c) 2024 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 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.
NativeImageSourcePtr GetNativeImageSource() override;
/**
- * @copydoc Dali::WebEnginePlugin::ChangeOrientation()
- */
- void ChangeOrientation(int orientation) override;
-
- /**
* @copydoc Dali::WebEnginePlugin::GetTitle()
*/
std::string GetTitle() const override;
/*
- * Copyright (c) 2024 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 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.
return mNativeImageSourcePtr;
}
-void TizenWebEngineLWE::ChangeOrientation(int orientation)
-{
- // NOT IMPLEMENTED
-}
-
void TizenWebEngineLWE::LoadUrl(const std::string& url)
{
DALI_ASSERT_ALWAYS(mWebContainer);
#define DALI_TIZEN_WEB_ENGINE_LWE_H
/*
- * Copyright (c) 2024 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 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.
Dali::NativeImageSourcePtr GetNativeImageSource() override;
/**
- * @copydoc Dali::WebEnginePlugin::ChangeOrientation()
- */
- void ChangeOrientation(int orientation) override;
-
- /**
* @copydoc Dali::WebEnginePlugin::LoadUrl()
*/
void LoadUrl(const std::string& url) override;