blob: 9ec3be6786f317a126c21084548e80a6e558cac0 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/keyboard/queued_display_change.h"
#include "base/bind.h"
#include "ui/display/display.h"
#include "ui/keyboard/keyboard_controller.h"
namespace keyboard {
QueuedDisplayChange::QueuedDisplayChange(const display::Display& display,
const gfx::Rect& new_bounds_in_local)
: new_display_(display), new_bounds_in_local_(new_bounds_in_local){};
QueuedDisplayChange::~QueuedDisplayChange(){};
} // namespace keyboard