| Index: device/sensors/public/cpp/orientation_data.h
|
| diff --git a/device/sensors/public/cpp/orientation_data.h b/device/sensors/public/cpp/orientation_data.h
|
| index e81bf8a06c55c3fabb1b4faeb87e0844e3761116..22cc9652ece66e57473c464becb44032e759949f 100644
|
| --- a/device/sensors/public/cpp/orientation_data.h
|
| +++ b/device/sensors/public/cpp/orientation_data.h
|
| @@ -18,13 +18,13 @@ class OrientationData {
|
| double beta;
|
| double gamma;
|
|
|
| - bool hasAlpha : 1;
|
| - bool hasBeta : 1;
|
| - bool hasGamma : 1;
|
| + bool has_alpha : 1;
|
| + bool has_beta : 1;
|
| + bool has_gamma : 1;
|
|
|
| bool absolute : 1;
|
|
|
| - bool allAvailableSensorsAreActive : 1;
|
| + bool all_available_sensors_are_active : 1;
|
| };
|
|
|
| static_assert(sizeof(OrientationData) ==
|
|
|