16 lines
264 B
C
16 lines
264 B
C
|
/*
|
||
|
* Copyright 2015 Google Inc.
|
||
|
*
|
||
|
* Use of this source code is governed by a BSD-style license that can be
|
||
|
* found in the LICENSE file.
|
||
|
*/
|
||
|
|
||
|
#ifndef VisualFlags_DEFINED
|
||
|
#define VisualFlags_DEFINED
|
||
|
|
||
|
#include "SkCommandLineFlags.h"
|
||
|
|
||
|
DECLARE_int32(msaa);
|
||
|
|
||
|
#endif
|