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

Side by Side Diff: services/ui/ws/test_utils.h

Issue 2273193002: Make compositor_frame.h NOT include base/trace_event/trace_event.h (Closed)
Patch Set: Rebase again + presubmit fix Created 4 years, 3 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/ws/server_window_surface.cc ('k') | ui/android/delegated_frame_host_android.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 #ifndef SERVICES_UI_WS_TEST_UTILS_H_ 5 #ifndef SERVICES_UI_WS_TEST_UTILS_H_
6 #define SERVICES_UI_WS_TEST_UTILS_H_ 6 #define SERVICES_UI_WS_TEST_UTILS_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <memory> 10 #include <memory>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/message_loop/message_loop.h"
13 #include "services/ui/public/interfaces/display.mojom.h" 14 #include "services/ui/public/interfaces/display.mojom.h"
14 #include "services/ui/public/interfaces/window_tree.mojom.h" 15 #include "services/ui/public/interfaces/window_tree.mojom.h"
15 #include "services/ui/ws/display.h" 16 #include "services/ui/ws/display.h"
16 #include "services/ui/ws/display_binding.h" 17 #include "services/ui/ws/display_binding.h"
17 #include "services/ui/ws/event_dispatcher.h" 18 #include "services/ui/ws/event_dispatcher.h"
18 #include "services/ui/ws/platform_display.h" 19 #include "services/ui/ws/platform_display.h"
19 #include "services/ui/ws/platform_display_factory.h" 20 #include "services/ui/ws/platform_display_factory.h"
20 #include "services/ui/ws/test_change_tracker.h" 21 #include "services/ui/ws/test_change_tracker.h"
21 #include "services/ui/ws/user_activity_monitor.h" 22 #include "services/ui/ws/user_activity_monitor.h"
22 #include "services/ui/ws/user_display_manager.h" 23 #include "services/ui/ws/user_display_manager.h"
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 ServerWindow* NewWindowInTree(WindowTree* tree, ClientWindowId* client_id); 577 ServerWindow* NewWindowInTree(WindowTree* tree, ClientWindowId* client_id);
577 ServerWindow* NewWindowInTreeWithParent(WindowTree* tree, 578 ServerWindow* NewWindowInTreeWithParent(WindowTree* tree,
578 ServerWindow* parent, 579 ServerWindow* parent,
579 ClientWindowId* client_id); 580 ClientWindowId* client_id);
580 581
581 } // namespace test 582 } // namespace test
582 } // namespace ws 583 } // namespace ws
583 } // namespace ui 584 } // namespace ui
584 585
585 #endif // SERVICES_UI_WS_TEST_UTILS_H_ 586 #endif // SERVICES_UI_WS_TEST_UTILS_H_
OLDNEW
« no previous file with comments | « services/ui/ws/server_window_surface.cc ('k') | ui/android/delegated_frame_host_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698