| 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 IsMachineATablet();
|
| +
|
| // 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).
|
|
|