adds tests for osr

This commit is contained in:
gellert 2016-07-31 17:10:53 +02:00
parent 5525ac36b8
commit 35ee99265e
7 changed files with 177 additions and 8 deletions

View file

@ -1059,6 +1059,10 @@ win.webContents.on('did-finish-load', () => {
Shows pop-up dictionary that searches the selected word on the page.
#### `contents.isOffscreen()`
Indicates whether *offscreen rendering* is enabled.
#### `contents.startPainting()`
If *offscreen rendering* is enabled and not painting, start painting.