Add app.disableHardwareAcceleration() API

This commit is contained in:
Cheng Zhao
2016-06-06 20:19:55 +09:00
parent 3e809901e0
commit 02cfe30df9
3 changed files with 19 additions and 2 deletions

View File

@@ -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);