mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add app.disableHardwareAcceleration() API
This commit is contained in:
@@ -111,7 +111,7 @@ class App : public AtomBrowserClient::Delegate,
|
||||
const ProcessSingleton::NotificationCallback& callback);
|
||||
void ReleaseSingleInstance();
|
||||
bool Relaunch(mate::Arguments* args);
|
||||
|
||||
void DisableHardwareAcceleration(mate::Arguments* args);
|
||||
#if defined(USE_NSS_CERTS)
|
||||
void ImportCertificate(const base::DictionaryValue& options,
|
||||
const net::CompletionCallback& callback);
|
||||
|
||||
Reference in New Issue
Block a user