// Copyright 2024 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_UI_VIEWS_BUBBLE_WEBUI_BUBBLE_EVENT_HANDLER_AURA_H_ #define CHROME_BROWSER_UI_VIEWS_BUBBLE_WEBUI_BUBBLE_EVENT_HANDLER_AURA_H_ #include "ui/events/event.h" #include "ui/events/event_handler.h" #include "ui/gfx/geometry/rect.h" #include "ui/gfx/geometry/vector2d.h" // Simple drag handling for non platform window backed aura widgets. class WebUIBubbleEventHandlerAura : public ui::EventHandler { … }; #endif // CHROME_BROWSER_UI_VIEWS_BUBBLE_WEBUI_BUBBLE_EVENT_HANDLER_AURA_H_