summaryrefslogtreecommitdiffstats
path: root/ui/views/widget/widget_aura_utils.h
blob: 8f0bfcc0358d249126f238287453c0dc5151ebd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_VIEWS_WIDGET_WIDGET_AURA_UTILS_H_
#define UI_VIEWS_WIDGET_WIDGET_AURA_UTILS_H_

#include "ui/aura/client/window_types.h"
#include "ui/views/widget/widget.h"

// Functions shared by native_widget_aura.cc and desktop_native_widget_aura.cc:

namespace views {

aura::client::WindowType GetAuraWindowTypeForWidgetType(
    Widget::InitParams::Type type);

}  // namespace views

#endif  // UI_VIEWS_WIDGET_WIDGET_AURA_UTILS_H_