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

Side by Side Diff: components/exo/wayland/server.cc

Issue 2500263004: Remove ipc/unix_domain_socket_util.* (Closed)
Patch Set: rebase Created 4 years 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 unified diff | Download patch
« no previous file with comments | « components/exo/wayland/DEPS ('k') | ipc/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/exo/wayland/server.h" 5 #include "components/exo/wayland/server.h"
6 6
7 #include <grp.h> 7 #include <grp.h>
8 #include <linux/input.h> 8 #include <linux/input.h>
9 #include <stddef.h> 9 #include <stddef.h>
10 #include <stdint.h> 10 #include <stdint.h>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 #include "components/exo/pointer_delegate.h" 53 #include "components/exo/pointer_delegate.h"
54 #include "components/exo/pointer_stylus_delegate.h" 54 #include "components/exo/pointer_stylus_delegate.h"
55 #include "components/exo/shared_memory.h" 55 #include "components/exo/shared_memory.h"
56 #include "components/exo/shell_surface.h" 56 #include "components/exo/shell_surface.h"
57 #include "components/exo/sub_surface.h" 57 #include "components/exo/sub_surface.h"
58 #include "components/exo/surface.h" 58 #include "components/exo/surface.h"
59 #include "components/exo/surface_property.h" 59 #include "components/exo/surface_property.h"
60 #include "components/exo/touch.h" 60 #include "components/exo/touch.h"
61 #include "components/exo/touch_delegate.h" 61 #include "components/exo/touch_delegate.h"
62 #include "components/exo/wm_helper.h" 62 #include "components/exo/wm_helper.h"
63 #include "ipc/unix_domain_socket_util.h"
64 #include "third_party/skia/include/core/SkRegion.h" 63 #include "third_party/skia/include/core/SkRegion.h"
65 #include "ui/aura/window_property.h" 64 #include "ui/aura/window_property.h"
66 #include "ui/base/hit_test.h" 65 #include "ui/base/hit_test.h"
67 #include "ui/base/ui_features.h" 66 #include "ui/base/ui_features.h"
68 #include "ui/compositor/compositor_vsync_manager.h" 67 #include "ui/compositor/compositor_vsync_manager.h"
69 #include "ui/display/display_observer.h" 68 #include "ui/display/display_observer.h"
70 #include "ui/display/manager/managed_display_info.h" 69 #include "ui/display/manager/managed_display_info.h"
71 #include "ui/display/screen.h" 70 #include "ui/display/screen.h"
72 #include "ui/events/keycodes/dom/keycode_converter.h" 71 #include "ui/events/keycodes/dom/keycode_converter.h"
73 #include "ui/gfx/buffer_format_util.h" 72 #include "ui/gfx/buffer_format_util.h"
(...skipping 2998 matching lines...) Expand 10 before | Expand all | Expand 10 after
3072 DCHECK(event_loop); 3071 DCHECK(event_loop);
3073 wl_event_loop_dispatch(event_loop, timeout.InMilliseconds()); 3072 wl_event_loop_dispatch(event_loop, timeout.InMilliseconds());
3074 } 3073 }
3075 3074
3076 void Server::Flush() { 3075 void Server::Flush() {
3077 wl_display_flush_clients(wl_display_.get()); 3076 wl_display_flush_clients(wl_display_.get());
3078 } 3077 }
3079 3078
3080 } // namespace wayland 3079 } // namespace wayland
3081 } // namespace exo 3080 } // namespace exo
OLDNEW
« no previous file with comments | « components/exo/wayland/DEPS ('k') | ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698