[Android] Implement 3-way sensor fallback for Device Orientation.
[chromium-blink-merge.git] / ui / gfx / win / metro_mode.h
blobedb8618a586e8c73ea31b9e7ab9960b13b07d39f
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
3 // found in the LICENSE file.
5 #ifndef UI_GFX_WIN_METRO_MODE_H_
6 #define UI_GFX_WIN_METRO_MODE_H_
8 #include "ui/gfx/gfx_export.h"
10 namespace gfx {
11 namespace win {
13 // Returns whether Metro Mode should be used.
14 GFX_EXPORT bool ShouldUseMetroMode();
16 } // namespace win
17 } // namespace gfx
19 #endif // UI_GFX_WIN_METRO_MODE_H_