Chromium Code Reviews| Index: ui/base/win/shell.h |
| =================================================================== |
| --- ui/base/win/shell.h (revision 152769) |
| +++ ui/base/win/shell.h (working copy) |
| @@ -46,6 +46,10 @@ |
| // Sets the application icon for the window specified. |
| UI_EXPORT void SetAppIconForWindow(const string16& app_icon, HWND hwnd); |
| +// Returns true if composition is available and turned on on the current |
| +// platform. |
| +UI_EXPORT bool IsAeroGlassEnabled(); |
| + |
| } // namespace win |
| } // namespace ui |