chromium/third_party/blink/renderer/platform/graphics/subtree_paint_property_update_reason.h

// 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 THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_SUBTREE_PAINT_PROPERTY_UPDATE_REASON_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_SUBTREE_PAINT_PROPERTY_UPDATE_REASON_H_

#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

enum class SubtreePaintPropertyUpdateReason : unsigned {};
enum {};

PLATFORM_EXPORT String
SubtreePaintPropertyUpdateReasonsToString(unsigned bitmask);

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_SUBTREE_PAINT_PROPERTY_UPDATE_REASON_H_