chromium/ui/aura_extra/window_position_in_root_monitor.cc

// Copyright 2018 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_extra/window_position_in_root_monitor.h"

#include "ui/aura/window.h"

namespace aura_extra {

WindowPositionInRootMonitor::WindowPositionInRootMonitor(
    aura::Window* window,
    base::RepeatingClosure callback)
    :{}

WindowPositionInRootMonitor::~WindowPositionInRootMonitor() {}

void WindowPositionInRootMonitor::AddAncestors(aura::Window* window) {}

void WindowPositionInRootMonitor::OnWindowDestroyed(aura::Window* window) {}

void WindowPositionInRootMonitor::OnWindowParentChanged(aura::Window* window,
                                                        aura::Window* parent) {}

void WindowPositionInRootMonitor::OnWindowBoundsChanged(
    aura::Window* window,
    const gfx::Rect& old_bounds,
    const gfx::Rect& new_bounds,
    ui::PropertyChangeReason reason) {}

}  // namespace aura_extra