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

@ -39,7 +39,5 @@ 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)