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

Unified Diff: ash/host/ash_window_tree_host_init_params.h

Issue 2339633002: mash: Port KeyboardUIMus to mojo:ash; remove sysui. (Closed)
Patch Set: Add mash NOTIMPLEMENTED() in AccessibilityManager::UpdateVirtualKeyboardFromPref() 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/BUILD.gn ('k') | ash/host/ash_window_tree_host_init_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host_init_params.h
diff --git a/ash/host/ash_window_tree_host_init_params.h b/ash/host/ash_window_tree_host_init_params.h
index bc584d8c69a39a0e38490169a5dc8dea8c9c8fde..cf59bef35eaa95214943abad24f96073426d6b1a 100644
--- a/ash/host/ash_window_tree_host_init_params.h
+++ b/ash/host/ash_window_tree_host_init_params.h
@@ -5,28 +5,14 @@
#ifndef ASH_HOST_WINDOW_TREE_HOST_INIT_PARAMS_H_
#define ASH_HOST_WINDOW_TREE_HOST_INIT_PARAMS_H_
-#include "build/build_config.h"
-
-#if defined(OS_WIN)
-#include <windows.h>
-#endif
-
#include "ash/ash_export.h"
#include "ui/gfx/geometry/rect.h"
namespace ash {
struct ASH_EXPORT AshWindowTreeHostInitParams {
- AshWindowTreeHostInitParams();
- ~AshWindowTreeHostInitParams();
-
gfx::Rect initial_bounds;
-
- bool offscreen;
-
-#if defined(OS_WIN)
- HWND remote_hwnd;
-#endif
+ bool offscreen = false;
};
} // namespace ash
« no previous file with comments | « ash/BUILD.gn ('k') | ash/host/ash_window_tree_host_init_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698