| Index: ui/wm/core/easy_resize_window_targeter.h
|
| diff --git a/ui/wm/public/easy_resize_window_targeter.h b/ui/wm/core/easy_resize_window_targeter.h
|
| similarity index 83%
|
| rename from ui/wm/public/easy_resize_window_targeter.h
|
| rename to ui/wm/core/easy_resize_window_targeter.h
|
| index f873509fd645c6fa71921d248a4e254e52e25d8e..fae6d4680c84af8abb262f2d78357fb84e108255 100644
|
| --- a/ui/wm/public/easy_resize_window_targeter.h
|
| +++ b/ui/wm/core/easy_resize_window_targeter.h
|
| @@ -2,17 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_WM_PUBLIC_EASY_RESIZE_WINDOW_TARGETER_H_
|
| -#define UI_WM_PUBLIC_EASY_RESIZE_WINDOW_TARGETER_H_
|
| +#ifndef UI_WM_CORE_EASY_RESIZE_WINDOW_TARGETER_H_
|
| +#define UI_WM_CORE_EASY_RESIZE_WINDOW_TARGETER_H_
|
|
|
| #include "ui/aura/window_targeter.h"
|
| #include "ui/gfx/geometry/insets.h"
|
| +#include "ui/wm/core/wm_core_export.h"
|
|
|
| namespace wm {
|
|
|
| // An EventTargeter for a container window that uses a slightly larger
|
| // hit-target region for easier resize.
|
| -class EasyResizeWindowTargeter : public aura::WindowTargeter {
|
| +class WM_CORE_EXPORT EasyResizeWindowTargeter : public aura::WindowTargeter {
|
| public:
|
| // |container| window is the owner of this targeter.
|
| EasyResizeWindowTargeter(aura::Window* container,
|
| @@ -49,4 +50,4 @@ class EasyResizeWindowTargeter : public aura::WindowTargeter {
|
|
|
| } // namespace wm
|
|
|
| -#endif // UI_WM_PUBLIC_EASY_RESIZE_WINDOW_TARGETER_H_
|
| +#endif // UI_WM_CORE_EASY_RESIZE_WINDOW_TARGETER_H_
|
|
|