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"
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
16 const char kBackgroundColorInsteadOfCheckerboard
[] =
17 "background-color-instead-of-checkerboard";
19 } // namespace switches