blob: fb107fe3180537def9d42f60b811f805db5c0841 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/platform/graphics/paint/ignore_paint_timing_scope.h"
namespace blink {
int IgnorePaintTimingScope::ignore_depth_ = 0;
bool IgnorePaintTimingScope::is_document_element_invisible_ = false;
} // namespace blink