adds invalidate method and proper resizing
This commit is contained in:
parent
d1274bb79f
commit
b4c220613f
6 changed files with 31 additions and 5 deletions
|
@ -164,6 +164,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
bool IsPainting() const;
|
||||
void SetFrameRate(int frame_rate);
|
||||
int GetFrameRate() const;
|
||||
void Invalidate();
|
||||
|
||||
// Callback triggered on permission response.
|
||||
void OnEnterFullscreenModeForTab(content::WebContents* source,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue