Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: public/platform/WebDeviceMotionData.h

Issue 18031010: Add allAvailableSensorsActive field to the WebDeviceMotionData. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: allAvailableSensorsActive -> allAvailableSensorsAreActive Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebDeviceMotionData.h
diff --git a/public/platform/WebDeviceMotionData.h b/public/platform/WebDeviceMotionData.h
index 9c173b51721ff4e10d2cdb7215f347b82ace2941..140d8f21ff8c1bb94251428551452a6de463fa02 100644
--- a/public/platform/WebDeviceMotionData.h
+++ b/public/platform/WebDeviceMotionData.h
@@ -67,6 +67,8 @@ public:
bool hasRotationRateAlpha : 1;
bool hasRotationRateBeta : 1;
bool hasRotationRateGamma : 1;
+
+ bool allAvailableSensorsAreActive : 1;
};
#if WEBKIT_IMPLEMENTATION
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698