Remove the view-painted event

This commit is contained in:
Cheng Zhao 2016-08-03 16:20:55 +09:00
parent 1e4c83eb93
commit 5dabc47440
6 changed files with 0 additions and 19 deletions

View file

@ -307,9 +307,6 @@ class WebContents : public mate::TrackableObject<WebContents>,
const base::ListValue& args,
IPC::Message* message);
// Called when the hosted view gets graphical updates.
void OnViewPainted();
v8::Global<v8::Value> session_;
v8::Global<v8::Value> devtools_web_contents_;
v8::Global<v8::Value> debugger_;