// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_DEVTOOLS_VISUAL_LOGGING_H_ #define CHROME_BROWSER_DEVTOOLS_VISUAL_LOGGING_H_ #include <vector> struct VisualElementImpression { … }; struct ImpressionEvent { … }; struct ResizeEvent { … }; struct ClickEvent { … }; struct HoverEvent { … }; struct DragEvent { … }; struct ChangeEvent { … }; struct KeyDownEvent { … }; #endif // CHROME_BROWSER_DEVTOOLS_VISUAL_LOGGING_H_