| Index: services/ui/public/cpp/window.h
|
| diff --git a/services/ui/public/cpp/window.h b/services/ui/public/cpp/window.h
|
| index 411b1d44385974fd697033f9d69c03fdb175dd33..ab8924638b4198abea31ff70e00e8d45657bfde0 100644
|
| --- a/services/ui/public/cpp/window.h
|
| +++ b/services/ui/public/cpp/window.h
|
| @@ -42,6 +42,8 @@ class OrderChangedNotifier;
|
| template <typename T>
|
| struct WindowProperty;
|
|
|
| +extern const char UI_EXPORT kWindowForAcceleratedWidget[];
|
| +
|
| // Windows are owned by the WindowTreeClient. See WindowTreeClientDelegate for
|
| // details on ownership.
|
| //
|
|
|