does linting

This commit is contained in:
gellert 2016-07-31 12:19:56 +02:00
parent 0a349ef16c
commit 5525ac36b8
11 changed files with 126 additions and 128 deletions

View file

@ -50,7 +50,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
BROWSER_WINDOW, // Used by BrowserWindow.
REMOTE, // Thin wrap around an existing WebContents.
WEB_VIEW, // Used by <webview>.
OFF_SCREEN, // Used for offscreen rendering
OFF_SCREEN, // Used for offscreen rendering
};
// For node.js callback function type: function(error, buffer)
@ -163,7 +163,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
void StartPainting();
void StopPainting();
bool IsPainting() const;
void SetFrameRate(int);
void SetFrameRate(int frame_rate);
int GetFrameRate() const;
// Callback triggered on permission response.