Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: ui/ozone/common/gpu/ozone_gpu_messages.h

Issue 1091323002: Send a message through the ozone channel to recreate buffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/window_tree_host_ozone.cc ('k') | ui/ozone/demo/ozone_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/gpu/ozone_gpu_messages.h
diff --git a/ui/ozone/common/gpu/ozone_gpu_messages.h b/ui/ozone/common/gpu/ozone_gpu_messages.h
index 14d2a10761e11063e18921471765292c37023570..9d22c3ebb84216f26cd4c1d32ebacc681d396629 100644
--- a/ui/ozone/common/gpu/ozone_gpu_messages.h
+++ b/ui/ozone/common/gpu/ozone_gpu_messages.h
@@ -113,3 +113,5 @@ IPC_MESSAGE_CONTROL1(OzoneHostMsg_UpdateNativeDisplays,
IPC_MESSAGE_CONTROL2(OzoneHostMsg_DisplayConfigured,
int64_t /* display_id */,
bool /* status */)
+
+IPC_MESSAGE_CONTROL1(OzoneHostMsg_WindowMappingChanged, int64_t /* widget */)
« no previous file with comments | « ui/aura/window_tree_host_ozone.cc ('k') | ui/ozone/demo/ozone_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698