add "view-painted" event to WebContent.
This commit is contained in:
parent
08491e1ceb
commit
d335d7d706
6 changed files with 19 additions and 0 deletions
|
@ -39,5 +39,7 @@ IPC_MESSAGE_ROUTED3(AtomViewMsg_Message,
|
|||
IPC_MESSAGE_ROUTED1(AtomViewHostMsg_UpdateDraggableRegions,
|
||||
std::vector<atom::DraggableRegion> /* regions */)
|
||||
|
||||
IPC_MESSAGE_ROUTED0(AtomViewHostMsg_DidCommitCompositorFrame)
|
||||
|
||||
// Update renderer process preferences.
|
||||
IPC_MESSAGE_CONTROL1(AtomMsg_UpdatePreferences, base::ListValue)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue