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

Unified Diff: third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h

Issue 1737443002: Make DeviceOrientationEvent.prototype.absolute non-nullable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address feedback Created 4 years, 10 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 | « third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h
diff --git a/third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h b/third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h
index 99e2415617bc83990c479b066f97b6a367acd292..bb442ed14b8fc52af85e7aa4c233f34b2504444a 100644
--- a/third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h
+++ b/third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h
@@ -55,7 +55,6 @@ public:
bool hasGamma : 1;
bool absolute : 1;
- bool hasAbsolute : 1;
bool allAvailableSensorsAreActive : 1;
};
« no previous file with comments | « third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698