[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
Tue May 4 14:16:08 PDT 2010


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55033|review?                     |review-
               Flag|                            |




--- Comment #19 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-05-04 14:16:08 PST ---
(From update of attachment 55033)
sorry, more of the same kind of issue:

WebKit/chromium/src/WebViewImpl.h:188
 +      virtual bool isAcceleratedCompositingActive() const;
this should be in the WebWidget section

WebKit/chromium/src/WebViewImpl.cpp:2054
 +  bool WebViewImpl::isAcceleratedCompositingActive() const
this should be inserted after setTextDirection so that method
implementations are listed in the same order that they are
declared in the header and grouped by interface.

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