Bug 108743

Summary: [EFL][Cairo] Expose isAccelerated and setAccelerated for EFL
Product: WebKit Reporter: Kyungjin Kim <gen.kim>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: d-r, gyuyoung.kim, hyunki.baik, lucas.de.marchi, mrobinson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Kyungjin Kim 2013-02-01 21:02:30 PST
isAccelerated and setAccelerated are exposed for the ports using Skia and CG, but not Cairo.
This patch adds them in Cairo for EFL and other ports using it.
Comment 1 Kyungjin Kim 2013-02-01 21:12:02 PST
Created attachment 186212 [details]
Patch
Comment 2 Gyuyoung Kim 2013-02-07 03:26:11 PST
CC'ing Martin.
Comment 3 Martin Robinson 2013-02-07 08:25:16 PST
We've got a patch up for this at https://bugs.webkit.org/show_bug.cgi?id=104672, by the way. Given that does it make sense to hook it through the PlatformContext when it's meaningless at the moment?
Comment 4 Kyungjin Kim 2013-02-07 17:07:12 PST
(In reply to comment #3)
> We've got a patch up for this at https://bugs.webkit.org/show_bug.cgi?id=104672, by the way. Given that does it make sense to hook it through the PlatformContext when it's meaningless at the moment?

Yeah, in consistency with PlatformContextSkia and GraphicsCotnextSkia.
Comment 5 Kyungjin Kim 2013-02-07 17:09:03 PST

*** This bug has been marked as a duplicate of bug 104672 ***
Comment 6 Gyuyoung Kim 2013-02-07 20:25:38 PST
Comment on attachment 186212 [details]
Patch

Clearing r?, cq?