Bug 90718

Summary: [EFL] Fix build break when Accelerated Compositing is on
Product: WebKit Reporter: Jinwoo Song <jinwoo7.song>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, lucas.de.marchi, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
patch
none
patch none

Description Jinwoo Song 2012-07-06 22:41:06 PDT
ewk_view_accelerated_compositing_XXX APIs are in ewk_view_private.h
Comment 1 Jinwoo Song 2012-07-06 22:44:21 PDT
Created attachment 151133 [details]
patch
Comment 2 Jinwoo Song 2012-07-06 23:25:18 PDT
Created attachment 151134 [details]
patch
Comment 3 Ryuan Choi 2012-07-07 07:05:13 PDT
Comment on attachment 151134 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=151134&action=review

> Source/WebKit/efl/ChangeLog:8
> +        ewk_view_accelerated_compositing_XXX APIs are in ewk_view_private.h

This comment is partially commented the reason.
Unreviewed build fix looks enough or you'd better to explain all of your changes.

For your information, ewk_view_accelerated_compositing_XXX APIs are moved to ewk_view_private.h after r117046.
And PageClientEfl is moved out of WebCore namespace after r114367 to fix build break of WebKit2.
Comment 4 WebKit Review Bot 2012-07-07 18:03:10 PDT
Comment on attachment 151134 [details]
patch

Clearing flags on attachment: 151134

Committed r122057: <http://trac.webkit.org/changeset/122057>
Comment 5 WebKit Review Bot 2012-07-07 18:03:15 PDT
All reviewed patches have been landed.  Closing bug.