Implement insertCSS on webFrame
This commit is contained in:
parent
017df93ffa
commit
d6eb0d6629
4 changed files with 8 additions and 5 deletions
|
@ -69,6 +69,7 @@ class WebFrame : public mate::Wrappable<WebFrame> {
|
|||
|
||||
// Editing.
|
||||
void InsertText(const std::string& text);
|
||||
void InsertCSS(const std::string& css);
|
||||
|
||||
// Excecuting scripts.
|
||||
void ExecuteJavaScript(const base::string16& code, mate::Arguments* args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue