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

Side by Side Diff: services/ui/ws/cursor_unittest.cc

Issue 2386763002: services/ui: Match naming in cc (and jellyfish branch) (Closed)
Patch Set: Removed bad change Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « services/ui/surfaces/surfaces_state.cc ('k') | services/ui/ws/display_manager.cc » ('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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 <stdint.h> 5 #include <stdint.h>
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "base/message_loop/message_loop.h" 10 #include "base/message_loop/message_loop.h"
11 #include "services/ui/common/types.h" 11 #include "services/ui/common/types.h"
12 #include "services/ui/common/util.h" 12 #include "services/ui/common/util.h"
13 #include "services/ui/public/interfaces/window_tree.mojom.h" 13 #include "services/ui/public/interfaces/window_tree.mojom.h"
14 #include "services/ui/surfaces/surfaces_state.h" 14 #include "services/ui/surfaces/display_compositor.h"
15 #include "services/ui/ws/display_manager.h" 15 #include "services/ui/ws/display_manager.h"
16 #include "services/ui/ws/ids.h" 16 #include "services/ui/ws/ids.h"
17 #include "services/ui/ws/platform_display.h" 17 #include "services/ui/ws/platform_display.h"
18 #include "services/ui/ws/platform_display_factory.h" 18 #include "services/ui/ws/platform_display_factory.h"
19 #include "services/ui/ws/server_window.h" 19 #include "services/ui/ws/server_window.h"
20 #include "services/ui/ws/server_window_surface_manager_test_api.h" 20 #include "services/ui/ws/server_window_surface_manager_test_api.h"
21 #include "services/ui/ws/test_utils.h" 21 #include "services/ui/ws/test_utils.h"
22 #include "services/ui/ws/window_manager_display_root.h" 22 #include "services/ui/ws/window_manager_display_root.h"
23 #include "services/ui/ws/window_manager_state.h" 23 #include "services/ui/ws/window_manager_state.h"
24 #include "services/ui/ws/window_server.h" 24 #include "services/ui/ws/window_server.h"
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 MoveCursorTo(gfx::Point(15, 15)); 178 MoveCursorTo(gfx::Point(15, 15));
179 EXPECT_EQ(mojom::Cursor::EAST_RESIZE, cursor()); 179 EXPECT_EQ(mojom::Cursor::EAST_RESIZE, cursor());
180 180
181 win->SetBounds(gfx::Rect(0, 0, 30, 30)); 181 win->SetBounds(gfx::Rect(0, 0, 30, 30));
182 EXPECT_EQ(mojom::Cursor::IBEAM, cursor()); 182 EXPECT_EQ(mojom::Cursor::IBEAM, cursor());
183 } 183 }
184 184
185 } // namespace test 185 } // namespace test
186 } // namespace ws 186 } // namespace ws
187 } // namespace ui 187 } // namespace ui
OLDNEW
« no previous file with comments | « services/ui/surfaces/surfaces_state.cc ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698