aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/VisualBench/VisualFlags.h
blob: cd13e8ed38247cb5b7a542f0927b548e1d28c5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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