// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_LAYERS_DEADLINE_POLICY_H_ #define CC_LAYERS_DEADLINE_POLICY_H_ #include <cstdint> #include <optional> #include <string> #include "base/check.h" #include "cc/cc_export.h" namespace cc { class CC_EXPORT DeadlinePolicy { … }; } // namespace cc #endif // CC_LAYERS_DEADLINE_POLICY_H_