Switch global error menu icon to vectorized MD asset
[chromium-blink-merge.git] / ash / host / ash_window_tree_host_init_params.cc
blobae1f58e6c482aaf4327a977622b393a16f2d66e0
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
3 // found in the LICENSE file.
5 #include "ash/host/ash_window_tree_host_init_params.h"
7 namespace ash {
9 AshWindowTreeHostInitParams::AshWindowTreeHostInitParams()
10 : offscreen(false)
11 #if defined(OS_WIN)
13 remote_hwnd(NULL)
14 #endif
18 AshWindowTreeHostInitParams::~AshWindowTreeHostInitParams() {
21 } // namespace ash