| Index: ui/aura/root_window_host.h
|
| diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
|
| index 2a07cea020f3c21064e9ef120c8807d3f3d7f495..1d1cff45da3d818677f7cb29ef2390fa5ff4f2f5 100644
|
| --- a/ui/aura/root_window_host.h
|
| +++ b/ui/aura/root_window_host.h
|
| @@ -116,6 +116,9 @@ class AURA_EXPORT RootWindowHost {
|
|
|
| // Stop listening events in preparation for shutdown.
|
| virtual void PrepareForShutdown() = 0;
|
| +
|
| + // Sets an integer property on the host window using platform-specific means.
|
| + virtual void SetIntProperty(const std::string& name, int value) = 0;
|
| };
|
|
|
| } // namespace aura
|
|
|