зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1445958 - fixed a method name name in a comment; r=jrmuizel
MozReview-Commit-ID: DHvy0cufcXt --HG-- extra : rebase_source : 025125a18f561f6fa4359eb49af29147d1d5900f
This commit is contained in:
Родитель
10133961e8
Коммит
59aea7c021
|
@ -52,9 +52,9 @@ public:
|
|||
~GPUProcessHost();
|
||||
|
||||
// Launch the subprocess asynchronously. On failure, false is returned.
|
||||
// Otherwise, true is returned, and the OnLaunchComplete listener callback
|
||||
// will be invoked either when a connection has been established, or if a
|
||||
// connection could not be established due to an asynchronous error.
|
||||
// Otherwise, true is returned, and the OnProcessLaunchComplete listener
|
||||
// callback will be invoked either when a connection has been established, or
|
||||
// if a connection could not be established due to an asynchronous error.
|
||||
bool Launch();
|
||||
|
||||
// If the process is being launched, block until it has launched and
|
||||
|
|
Загрузка…
Ссылка в новой задаче