move the trigger point to devicemgr when video starts really 52/62352/2 accepted/tizen/common/20160317.155513 submit/tizen/20160315.131536
authorBoram Park <boram1288.park@samsung.com>
Tue, 15 Mar 2016 12:49:05 +0000 (21:49 +0900)
committerBoram Park <boram1288.park@samsung.com>
Tue, 15 Mar 2016 13:13:44 +0000 (22:13 +0900)
Change-Id: Ifc78f7c9a19ed70d741aa4e7ae0fc40e2afebbb7

src/bin/e_comp_object.c
src/bin/e_pixmap.c

index 50f88e9289239183d2bb63cc65fabdf26ad65946..dbf80390b2853163043a1a4fc170d9c16d403b88 100644 (file)
@@ -4443,6 +4443,7 @@ e_comp_object_mask_set(Evas_Object *obj, Eina_Bool set)
              if (cw->visible) evas_object_show(o);
 
              cw->mask_obj = o;
+             ELOGF("COMP", "         |mask_obj", NULL, cw->ec);
           }
 
         evas_object_layer_set(cw->mask_obj, 9998);
index 09e1d312cf364e2b4d6e593104be0ab490963e5e..6690d21c1a0a3d7919dd290b83ae0201e82b2a5b 100644 (file)
@@ -939,12 +939,6 @@ e_pixmap_image_refresh(E_Pixmap *cp)
                       break;
                   }
                 cp->data = NULL;
-
-                if (wl_comp_data->available_hw_accel.underlay)
-                  {
-                     cp->client->argb = EINA_FALSE;
-                     e_comp_object_mask_set(cp->client->frame, EINA_TRUE);
-                  }
              }
            else
              {