189aef7834
The newly created VisualLightweightBenchModule is just the old VisualBench.cpp, but gutted to only include timing code. Future CLs will harden this abstraction, but for this CL the module owns a backpointer to VisualBench.cpp for a couple of calls. BUG=skia: Review URL: https://codereview.chromium.org/1304083007
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
|