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

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

Issue 1161853007: ozone: Remove "Delegate" from window management IPCs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 5 years, 6 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 | « no previous file | ui/ozone/platform/drm/gpu/drm_gpu_platform_support.h » ('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 77cd70ee2341d223c7be2fb68d5a9ab5b1cf23af..070c757f215aaa5b331c6658d8f7da306322e4db 100644
--- a/ui/ozone/common/gpu/ozone_gpu_messages.h
+++ b/ui/ozone/common/gpu/ozone_gpu_messages.h
@@ -89,13 +89,13 @@ IPC_MESSAGE_CONTROL4(OzoneGpuMsg_CursorSet,
IPC_MESSAGE_CONTROL2(OzoneGpuMsg_CursorMove,
gfx::AcceleratedWidget, gfx::Point)
-// Explicit creation of a WindowDelegate. We explicitly create the window
-// delegate such that any state change in the window is not lost while the
-// surface is created on the GPU side.
-IPC_MESSAGE_CONTROL1(OzoneGpuMsg_CreateWindowDelegate,
+// Explicit creation of a window. We explicitly create the window such
+// that any state change in the window is not lost while the surface is
+// created on the GPU side.
+IPC_MESSAGE_CONTROL1(OzoneGpuMsg_CreateWindow,
gfx::AcceleratedWidget /* widget */)
-IPC_MESSAGE_CONTROL1(OzoneGpuMsg_DestroyWindowDelegate,
+IPC_MESSAGE_CONTROL1(OzoneGpuMsg_DestroyWindow,
gfx::AcceleratedWidget /* widget */)
// Updates the location and size of the widget on the screen.
« no previous file with comments | « no previous file | ui/ozone/platform/drm/gpu/drm_gpu_platform_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698