added onpaint to software path
This commit is contained in:
parent
783c9d9218
commit
221714e141
7 changed files with 227 additions and 201 deletions
|
@ -281,7 +281,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
private:
|
||||
AtomBrowserContext* GetBrowserContext() const;
|
||||
|
||||
OffScreenWindow::OnPaintCallback paint_callback_;
|
||||
atom::OnPaintCallback paint_callback_;
|
||||
|
||||
uint32_t GetNextRequestId() {
|
||||
return ++request_id_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue