blob: b1fdd43110c424f1c5ad54058e5487f7ba419cc0 [file] [log] [blame]
kylechar0631f092018-02-27 00:18:211// 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
7namespace viz {
8
kylechar0631f092018-02-27 00:18:219const uint32_t kDefaultActivationDeadlineInFrames = 4u;
10
11} // namespace viz