// Copyright 2016 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_CSS_AGENT_H_ #define COMPONENTS_UI_DEVTOOLS_CSS_AGENT_H_ #include "base/memory/raw_ptr.h" #include "components/ui_devtools/css.h" #include "components/ui_devtools/dom_agent.h" namespace gfx { class Rect; } namespace ui_devtools { class UIElement; class UI_DEVTOOLS_EXPORT CSSAgent : public UiDevToolsBaseAgent<protocol::CSS::Metainfo>, public DOMAgentObserver { … }; } // namespace ui_devtools #endif // COMPONENTS_UI_DEVTOOLS_CSS_AGENT_H_