blob: 5b474155eebd5002311523ad299dd7dbdfab3e93 [file] [log] [blame]
// Copyright (c) 2010 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 VIEWS_WINDOW_WINDOW_SHAPE_H_
#define VIEWS_WINDOW_WINDOW_SHAPE_H_
namespace gfx {
class Size;
class Path;
}
namespace views {
// Sets the window mask to a style that most likely matches
// app/resources/window_*
void GetDefaultWindowMask(const gfx::Size& size, gfx::Path* window_mask);
} // namespace views
#endif // #ifndef VIEWS_WINDOW_WINDOW_SHAPE_H_