wl_egl: check is_activated after calling can_dequeue
- to resolve regression issue related to support frontbuffer rendering mode.
- The issue was caused by the commit below
wl_egl: remove checking activated when dequeue buffer
c362b0b2860d1ebab098956e2567aeef8313952c
- Actual buffer will be attached when calling tbm_surface_queue_can_dequeue().
So calling wayland_tbm_client_queue_check_activate() at dequeue_buffer
is not appropriate.
Change-Id: I091d812f9354bd98e5b19a6eb35df83d92c45473
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>