// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_UI_DEVTOOLS_VIEWS_UI_ELEMENT_WITH_METADATA_H_ #define COMPONENTS_UI_DEVTOOLS_VIEWS_UI_ELEMENT_WITH_METADATA_H_ #include <memory> #include <string> #include <utility> #include <vector> #include "components/ui_devtools/ui_element.h" #include "ui/base/metadata/metadata_types.h" #include "ui/compositor/layer.h" #include "ui/gfx/geometry/rect.h" namespace ui_devtools { class UIElementWithMetaData : public UIElement { … }; } // namespace ui_devtools #endif // COMPONENTS_UI_DEVTOOLS_VIEWS_UI_ELEMENT_WITH_METADATA_H_