Document setThumbnailClip

This commit is contained in:
Kevin Sawicki 2016-07-14 15:54:57 -07:00
parent 86218fe773
commit ccee3e1fc2
2 changed files with 8 additions and 1 deletions

View file

@ -179,7 +179,7 @@ class Window : public mate::TrackableObject<Window>,
bool IsWindowMessageHooked(UINT message);
void UnhookWindowMessage(UINT message);
void UnhookAllWindowMessages();
bool SetThumbnailClip(const gfx::Rect& window_region);
bool SetThumbnailClip(const gfx::Rect& region);
#endif
#if defined(TOOLKIT_VIEWS)