blob: 58a0970f28d05c38b7f15b10b0340b9e6174f897 [file] [log] [blame]
joshualitt189aef72015-09-08 07:08:11 -07001/*
2 * Copyright 2015 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef VisualFlags_DEFINED
9#define VisualFlags_DEFINED
10
11#include "SkCommandLineFlags.h"
12
joshualittc9dd93c2015-10-15 09:49:31 -070013DECLARE_string(config);
joshualitt189aef72015-09-08 07:08:11 -070014DECLARE_int32(msaa);
cdaltonbaf8fcb2015-11-24 09:20:24 -080015DECLARE_bool(offscreen);
16DECLARE_bool(nvpr);
17DECLARE_bool(cpu);
joshualitt189aef72015-09-08 07:08:11 -070018
19#endif