Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: ash/public/cpp/window_style.h

Issue 2724693002: mash: improves browser frame decorations (Closed)
Patch Set: cleanup Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 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.
4
5 #ifndef ASH_PUBLIC_CPP_WINDOW_STYLE_H_
6 #define ASH_PUBLIC_CPP_WINDOW_STYLE_H_
7
8 #include <stdint.h>
9
10 #include "ash/public/cpp/ash_public_export.h"
11
12 namespace ash {
13
14 // Returns true if |type| is a valid WindowStyle.
15 ASH_PUBLIC_EXPORT bool IsValidWindowStyle(int32_t style);
16
17 } // namespace ash
18
19 #endif // ASH_PUBLIC_CPP_WINDOW_STYLE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698