Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ozone / impl / ozone_util.h
1 // Copyright 2014 Intel Corporation. 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.
4
5 #ifndef OZONE_IMPL_DESKTOP_AURA_OZONE_UTIL_H_
6 #define OZONE_IMPL_DESKTOP_AURA_OZONE_UTIL_H_
7
8 #include "base/basictypes.h"
9
10 #include "ui/views/views_export.h"
11
12 namespace ui {
13
14 // Determine whether we should default to native decorations or the custom
15 // frame based on the currently-running window manager.
16 VIEWS_EXPORT bool GetCustomFramePrefDefault();
17
18 }  // namespace ui
19
20 #endif  // OZONE_IMPL_DESKTOP_AURA_OZONE_UTIL_H_