Bug 108743 - [EFL][Cairo] Expose isAccelerated and setAccelerated for EFL
Summary: [EFL][Cairo] Expose isAccelerated and setAccelerated for EFL
Status: RESOLVED DUPLICATE of bug 104672
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-01 21:02 PST by Kyungjin Kim
Modified: 2013-02-07 20:25 PST (History)
6 users (show)

See Also:


Attachments
Patch (4.94 KB, patch)
2013-02-01 21:12 PST, Kyungjin Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?