webview: allow setting background color
This commit is contained in:
parent
100ea975bd
commit
f8f3fba433
11 changed files with 17 additions and 69 deletions
|
@ -37,3 +37,5 @@ IPC_MESSAGE_ROUTED2(AtomViewMsg_Message,
|
|||
// Sent by the renderer when the draggable regions are updated.
|
||||
IPC_MESSAGE_ROUTED1(AtomViewHostMsg_UpdateDraggableRegions,
|
||||
std::vector<atom::DraggableRegion> /* regions */)
|
||||
|
||||
IPC_MESSAGE_ROUTED0(AtomViewMsg_SetTransparentBackground)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue