[Webkit-unassigned] [Bug 103704] [EFL][WK2] Implement Accelerated2DCanvas on WK2 Efl port
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 5 00:35:50 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=103704
--- Comment #37 from Kalyan <kalyan.kondapally at intel.com> 2012-12-05 00:38:15 PST ---
(In reply to comment #36)
> (In reply to comment #35)
> TextureMapperPlatformLayer would have something like:
> bool hasGraphicsSurface() const
> {
> #if USE(GRAPHICS_SURFACE)
> return true;
> #endif
> return false;
> }
Any deriving class would be able to over-ride this function and return the appropriate value. (i.e False when Graphics surface creation failed or any other reason when it doesn't want to use graphics surface.)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list