Chromium Code Reviews| Index: base/win/win_util.h |
| =================================================================== |
| --- base/win/win_util.h (revision 156164) |
| +++ base/win/win_util.h (working copy) |
| @@ -104,6 +104,11 @@ |
| BASE_EXPORT void SetShouldCrashOnProcessDetach(bool crash); |
| BASE_EXPORT bool ShouldCrashOnProcessDetach(); |
| +// A tablet by this definition is something that has integrated multi-touch |
| +// but is not also pen-enabled. For example a Thinkpad X220 tablet is not |
| +// considered a tabled while a Samsum 700T tablet is. |
| +BASE_EXPORT bool bool IsMachineATablet(); |
|
grt (UTC plus 2)
2012/09/13 18:15:28
bool bool -> bool
|
| + |
| // Get the size of a struct up to and including the specified member. |
| // This is necessary to set compatible struct sizes for different versions |
| // of certain Windows APIs (e.g. SystemParametersInfo). |