Added documentation, restructured the files to fit better with electron's style and fixed a typo in keyboard_util's name.
This commit is contained in:
parent
0c9174bc7c
commit
61e0219e91
12 changed files with 134 additions and 194 deletions
|
@ -256,6 +256,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
return ++request_id_;
|
||||
}
|
||||
|
||||
// Called when we receive a CursorChange message from chromium.
|
||||
void OnCursorChange(const content::WebCursor& cursor);
|
||||
|
||||
// Called when received a message from renderer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue