kylechar | 0631f09 | 2018-02-27 00:18:21 | [diff] [blame] | 1 | // Copyright 2018 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. | ||||
4 | |||||
5 | #include "components/viz/common/constants.h" | ||||
6 | |||||
7 | namespace viz { | ||||
8 | |||||
kylechar | 0631f09 | 2018-02-27 00:18:21 | [diff] [blame] | 9 | const uint32_t kDefaultActivationDeadlineInFrames = 4u; |
10 | |||||
11 | } // namespace viz |