Replace the deprecated __attribute__((no_address_safety_analysis))
[chromium-blink-merge.git] / ui / surface / surface_switches.h
blob13eabb52c30167ce4002ad445a12af9884d0e3cc
1 // Copyright (c) 2013 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_SURFACE_SURFACE_SWITCHES_H_
6 #define UI_SURFACE_SURFACE_SWITCHES_H_
8 #include "ui/surface/surface_export.h"
10 // Defines all the command-line switches used by ui/surface.
12 namespace switches {
14 SURFACE_EXPORT extern const char kDoAllShowPresentWithGDI[];
15 SURFACE_EXPORT extern const char kDoFirstShowPresentWithGDI[];
17 } // namespace switches
19 #endif // UI_SURFACE_SURFACE_SWITCHES_H_