// 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. #include "third_party/blink/renderer/platform/graphics/subtree_paint_property_update_reason.h" #include "third_party/blink/renderer/platform/wtf/text/string_builder.h" namespace blink { namespace { unsigned operator&(unsigned mask, SubtreePaintPropertyUpdateReason reason) { … } } // namespace String SubtreePaintPropertyUpdateReasonsToString(unsigned bitmask) { … } } // namespace blink