Merge pull request #6524 from liusy182/painted-event-6426

add "view-painted" event to WebContent.
This commit is contained in:
Cheng Zhao 2016-07-25 16:02:50 +09:00 committed by GitHub
commit c497765dea
6 changed files with 19 additions and 0 deletions

View file

@ -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)