e_comp_object: fix bug for intercept_resize if the win use fullscreen with transform
There was a bug that the window wasn't shown on the screen.
The window set fullscreen and it was enabled the transform by applying the base output resolution,
then the window was not shown on the screen.
E checks the size between the zone's size and requested size in intercept resize callback.
If the size are not same, then e returns because fullscreen should be resize the zone's size.
But, in transform case, the requested size is the applied the base output resolution and it is
not same to zone's size.
So, we add code to check whether the transform is enabled or not while checking size.
Change-Id: Id8593c15b15bac9c29f5bdd220b40f0c23ea3378