| Index: chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.h
|
| diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.h b/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.h
|
| index e3a0d77fbdd55c440f0402ebfcf058ba92b40684..2a2ae09349477e1ba0abd04cfbf9e69d4bad514c 100644
|
| --- a/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.h
|
| +++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.h
|
| @@ -64,6 +64,7 @@ class ChromeNativeAppWindowViewsAuraAsh : public ChromeNativeAppWindowViewsAura,
|
| void SetFullscreen(int fullscreen_types) override;
|
| void UpdateDraggableRegions(
|
| const std::vector<extensions::DraggableRegion>& regions) override;
|
| + void SetActivateOnPointer(bool activate_on_pointer) override;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(ShapedAppWindowTargeterTest,
|
|
|