evas-wayland-egl: Fix the unnecessary renewal of the engine window. 78/53578/2 accepted/tizen/mobile/20151210.081107 accepted/tizen/tv/20151210.081217 accepted/tizen/wearable/20151210.081737 submit/tizen/20151210.030157
authorSeunghun Lee <beauty.positive3@gmail.com>
Mon, 7 Dec 2015 15:06:21 +0000 (10:06 -0500)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 9 Dec 2015 07:29:39 +0000 (23:29 -0800)
commit511ce8b009de51bc17c4b1d689ba0d00917ccb03
tree2bb0baba4ffeed7cf7589083c412b1dd4e8146c5
parent4050a42cea3699874f7265ba07a11c36bad0f66c
evas-wayland-egl: Fix the unnecessary renewal of the engine window.

Summary:
As we do not set the ob->info->info.win variable anymore inside
Ecore_Evas (old code that was removed), we can omment out the line.
This line was causing unnecessary renewal of the engine window (thus
causing flickering when rotation was applied).

@fix

Test Plan: Rotate or Resize the window on wayland-egl.

Reviewers: gwanglim, devilhorns

Reviewed By: devilhorns

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3407

Conflicts:
src/modules/evas/engines/wayland_egl/evas_engine.c

Change-Id: I8d2fab00c0740da001e0984489eee36f9dd8f55b
src/modules/evas/engines/wayland_egl/evas_engine.c