chromium/ui/events/scoped_target_handler.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/events/scoped_target_handler.h"

#include <string_view>

#include "ui/events/event.h"
#include "ui/events/event_handler.h"
#include "ui/events/event_target.h"

namespace ui {

ScopedTargetHandler::ScopedTargetHandler(EventTarget* target,
                                         EventHandler* handler)
    :{}

ScopedTargetHandler::~ScopedTargetHandler() {}

void ScopedTargetHandler::OnEvent(Event* event) {}

std::string_view ScopedTargetHandler::GetLogContext() const {}

}  // namespace ui