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

Side by Side Diff: ash/test/test_metro_viewer_process_host.cc

Issue 659883002: Enable hidpi on Linux, refactor a bit on Windows to share Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: constants Created 6 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
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 "ash/test/test_metro_viewer_process_host.h" 5 #include "ash/test/test_metro_viewer_process_host.h"
6 6
7 #include <windef.h> 7 #include <windef.h>
8 8
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "ui/aura/remote_window_tree_host_win.h" 10 #include "ui/aura/remote_window_tree_host_win.h"
11 #include "ui/gfx/win/dpi.h" 11 #include "ui/gfx/dpi.h"
12 12
13 namespace ash { 13 namespace ash {
14 namespace test { 14 namespace test {
15 15
16 TestMetroViewerProcessHost::TestMetroViewerProcessHost( 16 TestMetroViewerProcessHost::TestMetroViewerProcessHost(
17 base::SingleThreadTaskRunner* ipc_task_runner) 17 base::SingleThreadTaskRunner* ipc_task_runner)
18 : MetroViewerProcessHost(ipc_task_runner), 18 : MetroViewerProcessHost(ipc_task_runner),
19 closed_unexpectedly_(false) { 19 closed_unexpectedly_(false) {
20 } 20 }
21 21
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 void TestMetroViewerProcessHost::OnHandleSearchRequest( 59 void TestMetroViewerProcessHost::OnHandleSearchRequest(
60 const base::string16& search_string) { 60 const base::string16& search_string) {
61 } 61 }
62 62
63 void TestMetroViewerProcessHost::OnWindowSizeChanged(uint32 width, 63 void TestMetroViewerProcessHost::OnWindowSizeChanged(uint32 width,
64 uint32 height) { 64 uint32 height) {
65 } 65 }
66 66
67 } // namespace test 67 } // namespace test
68 } // namespace ash 68 } // namespace ash
OLDNEW
« no previous file with comments | « ash/display/display_info.cc ('k') | build/common.gypi » ('j') | ui/gfx/dpi.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698