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

Unified Diff: third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html

Issue 2885373002: [Sensors] Simplify calculation of the reporting period (Closed)
Patch Set: Created 3 years, 7 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 | third_party/WebKit/LayoutTests/sensor/accelerometer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html
diff --git a/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html b/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html
index f05c52a20b093e7746c09d8457c81dc8463e75fb..74555b8bf73a78c00113b1cea3d9ade8deada5cc 100644
--- a/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html
+++ b/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html
@@ -19,7 +19,6 @@ const kRotationMatrix = [1, 0, 0, 0,
const kRotationDOMMatrix = new DOMMatrix(kRotationMatrix);
function update_sensor_reading(buffer) {
- buffer[1] = window.performance.now();
buffer[2] = 1;
buffer[3] = 0;
buffer[4] = 0;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/sensor/accelerometer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698