Bug 211076

Summary: [WPE] about:gpu page is incomplete
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WPE WebKitAssignee: Philippe Normand <pnormand>
Status: RESOLVED FIXED    
Severity: Normal CC: aperez, berto, bugs-noreply, cgarcia, ews-watchlist, gustavo
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Philippe Normand 2020-04-27 07:36:56 PDT
../../Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp:130:13: warning: unused function 'webGLEnabled' [-Wunused-function]
static bool webGLEnabled(WebKitURISchemeRequest* request)
            ^
../../Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp:137:20: warning: unused function 'openGLAPI' [-Wunused-function]
static const char* openGLAPI()
                   ^
../../Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp:159:20: warning: unused function 'nativeInterface' [-Wunused-function]
static const char* nativeInterface()
                   ^
Comment 1 Philippe Normand 2020-04-27 07:45:12 PDT
Created attachment 397681 [details]
Patch
Comment 2 EWS Watchlist 2020-04-27 07:46:06 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 EWS 2020-04-27 08:27:35 PDT
Committed r260754: <https://trac.webkit.org/changeset/260754>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 397681 [details].