Bug 129875

Summary: [EFL] Modify accelerated compositing related functions in ewk_view.
Product: WebKit Reporter: Hyowon Kim <hw1008.kim>
Component: WebKit EFLAssignee: Hyowon Kim <hw1008.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, ryuan.choi, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Linux   
Bug Depends on: 129676    
Bug Blocks: 79766    
Attachments:
Description Flags
Patch none

Hyowon Kim
Reported 2014-03-07 03:15:45 PST
The compositing object will be created when root layer is attached. So we don't need to expose the create function. And show(), hide() and resize() for compositing object are needed.
Attachments
Patch (9.30 KB, patch)
2014-03-08 22:03 PST, Hyowon Kim
no flags
Hyowon Kim
Comment 1 2014-03-08 22:03:30 PST
Gyuyoung Kim
Comment 2 2014-03-09 16:54:00 PDT
Comment on attachment 226249 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226249&action=review rs=me. However, someone else might wanna have a final look before landing. > Source/WebKit/efl/ewk/ewk_view.cpp:989 > + evas_object_image_size_set(priv->compositingObject.get(), w, h); It would be good if we use "width, height" instead of "w, h".
Ryuan Choi
Comment 3 2014-03-09 23:16:43 PDT
Comment on attachment 226249 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226249&action=review > Source/WebKit/efl/ewk/ewk_view.cpp:987 > + if (priv->compositingObject) { Should we still use extra compositingObject ?
Hyowon Kim
Comment 4 2014-03-10 19:42:04 PDT
(In reply to comment #3) > (From update of attachment 226249 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=226249&action=review > > > Source/WebKit/efl/ewk/ewk_view.cpp:987 > > + if (priv->compositingObject) { > > Should we still use extra compositingObject ? We can integrate accelerated compositing on compositingObject into smartData->backing_store in the next step.
Ryuan Choi
Comment 5 2014-03-10 21:24:10 PDT
Note You need to log in before you can comment on or make changes to this bug.