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

Side by Side Diff: mojo/services/view_manager/public/cpp/tests/view_manager_unittest.cc

Issue 790213002: Restructure public side of geometry service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Nits Created 6 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 "mojo/services/view_manager/public/cpp/view_manager.h" 5 #include "mojo/services/view_manager/public/cpp/view_manager.h"
6 6
7 #include "base/auto_reset.h" 7 #include "base/auto_reset.h"
8 #include "base/bind.h" 8 #include "base/bind.h"
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "mojo/application_manager/application_manager.h" 10 #include "mojo/application_manager/application_manager.h"
11 #include "mojo/public/cpp/application/application_connection.h" 11 #include "mojo/public/cpp/application/application_connection.h"
12 #include "mojo/public/cpp/application/application_delegate.h" 12 #include "mojo/public/cpp/application/application_delegate.h"
13 #include "mojo/public/cpp/application/application_impl.h" 13 #include "mojo/public/cpp/application/application_impl.h"
14 #include "mojo/public/cpp/application/service_provider_impl.h" 14 #include "mojo/public/cpp/application/service_provider_impl.h"
15 #include "mojo/public/interfaces/application/service_provider.mojom.h" 15 #include "mojo/public/interfaces/application/service_provider.mojom.h"
16 #include "mojo/services/public/cpp/geometry/geometry_util.h" 16 #include "mojo/services/geometry/public/cpp/geometry_util.h"
17 #include "mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.h" 17 #include "mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.h"
18 #include "mojo/services/view_manager/public/cpp/lib/view_private.h" 18 #include "mojo/services/view_manager/public/cpp/lib/view_private.h"
19 #include "mojo/services/view_manager/public/cpp/util.h" 19 #include "mojo/services/view_manager/public/cpp/util.h"
20 #include "mojo/services/view_manager/public/cpp/view_manager_client_factory.h" 20 #include "mojo/services/view_manager/public/cpp/view_manager_client_factory.h"
21 #include "mojo/services/view_manager/public/cpp/view_manager_delegate.h" 21 #include "mojo/services/view_manager/public/cpp/view_manager_delegate.h"
22 #include "mojo/services/view_manager/public/cpp/view_observer.h" 22 #include "mojo/services/view_manager/public/cpp/view_observer.h"
23 #include "shell/shell_test_helper.h" 23 #include "shell/shell_test_helper.h"
24 #include "testing/gtest/include/gtest/gtest.h" 24 #include "testing/gtest/include/gtest/gtest.h"
25 25
26 namespace mojo { 26 namespace mojo {
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 644
645 // TODO(beng): tests for focus: 645 // TODO(beng): tests for focus:
646 // - focus between two views known to a connection 646 // - focus between two views known to a connection
647 // - focus between views unknown to one of the connections. 647 // - focus between views unknown to one of the connections.
648 // - focus between views unknown to either connection. 648 // - focus between views unknown to either connection.
649 649
650 // TODO(sky): need test of root being destroyed with existing views. See 650 // TODO(sky): need test of root being destroyed with existing views. See
651 // 434555 for specific case. 651 // 434555 for specific case.
652 652
653 } // namespace mojo 653 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/services/view_manager/public/cpp/tests/BUILD.gn ('k') | mojo/services/view_manager/public/cpp/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698