#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 {
gfx::Rect NativeWidgetPrivate::ConstrainBoundsToDisplayWorkArea(
const gfx::Rect& bounds) { … }
void NativeWidgetPrivate::PaintAsActiveChanged() { … }
void NativeWidgetPrivate::ShowEmojiPanel() { … }
bool NativeWidgetPrivate::IsMoveLoopSupported() const { … }
}
}