Move command line print above parse in VisualBench
TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/1467383003
This commit is contained in:
parent
c4b72720e7
commit
898e02e175
@ -28,13 +28,13 @@ DEFINE_bool2(dif, d, false, "Use device-independent fonts.");
|
||||
|
||||
VisualBench::VisualBench(void* hwnd, int argc, char** argv)
|
||||
: INHERITED(hwnd) {
|
||||
SkCommandLineFlags::Parse(argc, argv);
|
||||
|
||||
SkDebugf("Command line arguments:");
|
||||
for (int i = 0; i < argc; ++i) {
|
||||
SkDebugf("%s\n", argv[i]);
|
||||
}
|
||||
|
||||
SkCommandLineFlags::Parse(argc, argv);
|
||||
|
||||
// these have to happen after commandline parsing
|
||||
if (FLAGS_dif) {
|
||||
const SkSurfaceProps& props(INHERITED::getSurfaceProps());
|
||||
|
Loading…
Reference in New Issue
Block a user