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

Side by Side Diff: components/mus/ws/focus_controller.cc

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 4 years, 12 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 | « components/mus/ws/focus_controller.h ('k') | components/mus/ws/focus_controller_unittest.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 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/mus/ws/focus_controller.h" 5 #include "components/mus/ws/focus_controller.h"
6 6
7 #include "base/macros.h"
7 #include "components/mus/public/interfaces/window_manager.mojom.h" 8 #include "components/mus/public/interfaces/window_manager.mojom.h"
8 #include "components/mus/ws/focus_controller_delegate.h" 9 #include "components/mus/ws/focus_controller_delegate.h"
9 #include "components/mus/ws/focus_controller_observer.h" 10 #include "components/mus/ws/focus_controller_observer.h"
10 #include "components/mus/ws/server_window.h" 11 #include "components/mus/ws/server_window.h"
11 #include "components/mus/ws/server_window_drawn_tracker.h" 12 #include "components/mus/ws/server_window_drawn_tracker.h"
12 13
13 namespace mus { 14 namespace mus {
14 namespace ws { 15 namespace ws {
15 16
16 namespace { 17 namespace {
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 } 261 }
261 262
262 void FocusController::OnDrawnStateChanged(ServerWindow* ancestor, 263 void FocusController::OnDrawnStateChanged(ServerWindow* ancestor,
263 ServerWindow* window, 264 ServerWindow* window,
264 bool is_drawn) { 265 bool is_drawn) {
265 DCHECK(false); 266 DCHECK(false);
266 } 267 }
267 268
268 } // namespace ws 269 } // namespace ws
269 } // namespace mus 270 } // namespace mus
OLDNEW
« no previous file with comments | « components/mus/ws/focus_controller.h ('k') | components/mus/ws/focus_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698