// Copyright 2019 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/aura/scoped_window_event_targeting_blocker.h" #include "ui/aura/window.h" namespace aura { ScopedWindowEventTargetingBlocker::ScopedWindowEventTargetingBlocker( Window* window) : … { … } ScopedWindowEventTargetingBlocker::~ScopedWindowEventTargetingBlocker() { … } void ScopedWindowEventTargetingBlocker::OnWindowDestroying(Window* window) { … } } // namespace aura