chromium/ui/views/widget/native_widget_private.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/views/widget/native_widget_private.h"

#include "ui/base/emoji/emoji_panel_helper.h"
#include "ui/display/display.h"
#include "ui/display/screen.h"

namespace views {

const char kWidgetIdentifierKey[] =;

namespace internal {

// static
gfx::Rect NativeWidgetPrivate::ConstrainBoundsToDisplayWorkArea(
    const gfx::Rect& bounds) {}

void NativeWidgetPrivate::PaintAsActiveChanged() {}

void NativeWidgetPrivate::ShowEmojiPanel() {}

bool NativeWidgetPrivate::IsMoveLoopSupported() const {}

}  // namespace internal

}  // namespace views