C++程序  |  20行  |  566 B

// Copyright (c) 2013 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_SURFACE_SURFACE_SWITCHES_H_
#define UI_SURFACE_SURFACE_SWITCHES_H_

#include "ui/surface/surface_export.h"

// Defines all the command-line switches used by ui/surface.

namespace switches {

SURFACE_EXPORT extern const char kDoAllShowPresentWithGDI[];
SURFACE_EXPORT extern const char kDoFirstShowPresentWithGDI[];

}  // namespace switches

#endif  // UI_SURFACE_SURFACE_SWITCHES_H_