root/ui/views/widget/widget_aura_utils.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


// 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/views/widget/widget.h"
#include "ui/wm/public/window_types.h"

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

namespace views {

ui::wm::WindowType GetAuraWindowTypeForWidgetType(
    Widget::InitParams::Type type);

}  // namespace views

#endif  // UI_VIEWS_WIDGET_WIDGET_AURA_UTILS_H_

/* [<][>][^][v][top][bottom][index][help] */