[M85 Migration] Remove EWK_BRINGUP related to ViewMsg_UpdateRotationDegrees 53/247653/1
authorChandan Padhi <c.padhi@samsung.com>
Fri, 30 Oct 2020 13:02:09 +0000 (18:32 +0530)
committerChandan Padhi <c.padhi@samsung.com>
Fri, 13 Nov 2020 05:54:29 +0000 (05:54 +0000)
This IPC is not currently required as DeviceDisplayInfoEfl's
rotation degrees is not used in the renderer process.

Reference: https://review.tizen.org/gerrit/224916/

Change-Id: Ia65c0da48c056126a3c3d914c7577b47f9dfe317
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
(cherry picked from commit af43c246080b463e555fa2c6072e7da78f61461a)

tizen_src/chromium_impl/content/browser/renderer_host/render_widget_host_view_efl.cc

index 9028452..6b9542c 100644 (file)
@@ -321,10 +321,6 @@ bool RenderWidgetHostViewEfl::MakeCurrent() {
 void RenderWidgetHostViewEfl::UpdateRotationDegrees(int rotation_degrees) {
   display::DeviceDisplayInfoEfl display_info;
   display_info.SetRotationDegrees(rotation_degrees);
-#if !defined(EWK_BRINGUP)  // FIXME: m67 bringup
-  Send(new ViewMsg_UpdateRotationDegrees(host_->GetRoutingID(),
-                                         display_info.GetRotationDegrees()));
-#endif
 }
 
 Evas_GL_API* RenderWidgetHostViewEfl::GetEvasGLAPI() {