Remove extra line from unit_tests.isolate
[chromium-blink-merge.git] / cc / switches.cc
blobe9e0a778ad51c2ca1a92ddd8e1092f7bbb4ff696
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "cc/switches.h"
7 namespace cc {
8 namespace switches {
10 // When threaded compositing is turned on, wait until the entire frame has
11 // content (i.e. jank) instead of showing checkerboards for missing content.
12 const char kJankInsteadOfCheckerboard[] = "jank-instead-of-checkerboard";
14 // On platforms where checkerboards are used, prefer background colors instead
15 // of checkerboards.
16 const char kBackgroundColorInsteadOfCheckerboard[] =
17 "background-color-instead-of-checkerboard";
19 } // namespace switches
20 } // namespace cc