Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h |
diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
index a78158a1fd02444a9db162d937e540679a9123ea..dc31d7dbec919577733e14edbe2ae3fefdf9e89a 100644 |
--- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h |
@@ -156,6 +156,9 @@ class VIEWS_EXPORT DesktopWindowTreeHost { |
// Returns true if the Widget supports translucency. |
virtual bool IsTranslucentWindowOpacitySupported() const = 0; |
+ |
+ // Called when the window's size constraints change. |
+ virtual void SizeConstraintsChanged() = 0; |
}; |
} // namespace views |