[Webkit-unassigned] [Bug 38220] [chromium] Add API for querying whether a WebWidget is using GPU accelerated compositing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 30 16:01:59 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38220





--- Comment #7 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-04-30 16:01:58 PST ---
(In reply to comment #6)
> There's a semantic difference that I'm trying to capture here which I think
> it's important. What this API call is supposed to return is not whether the
> accelerated compositing feature is enabled by the user but whether it's
> actually active for that page. It seems that most (if not all) of the
> is*Enabled() calls currently reflect a mode entered into at the request of the
> user.

That's an interesting observation.  It is true that many of the is*Enabled
methods query user controlled settings.

I was just thinking in terms of whether or not accelerated compositing is
enabled for the page.  In which case, asking the question "is accelerated
compositing enabled?" seems natural to me.  I don't see "enable" as something
necessarily connected to the user.  It seems like "use" could equally imply per
request of the user.

Are there any examples in WebKit API or WebCore that match the semantic
distinction you are going for?  It'd be nice to copy some convention.

-- 
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