| 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 723091e27ae2e96c48ba3f08f708bb504119a983..f8b56dc85a362750df99d55a96b6564491b77b22 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
|
| @@ -58,6 +58,8 @@ class ChromeNativeAppWindowViewsAuraAsh : public ChromeNativeAppWindowViewsAura,
|
|
|
| // NativeAppWindow implementation.
|
| void SetFullscreen(int fullscreen_types) override;
|
| + void UpdateDraggableRegions(
|
| + const std::vector<extensions::DraggableRegion>& regions) override;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(ShapedAppWindowTargeterTest,
|
|
|