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

Unified Diff: third_party/WebKit/Source/modules/sensor/SensorReading.idl

Issue 2121313002: [sensors] Generic Sensors Framework blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sensors_mojo_interfaces
Patch Set: Comments from Tim Created 4 years, 3 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
Index: third_party/WebKit/Source/modules/sensor/SensorReading.idl
diff --git a/third_party/WebKit/Source/modules/sensor/SensorReading.idl b/third_party/WebKit/Source/modules/sensor/SensorReading.idl
index 4b8851ae08c8f3e3445e05b19b6b91e48519dada..584a8903c06344ef2828d15a3b469f44c673c163 100644
--- a/third_party/WebKit/Source/modules/sensor/SensorReading.idl
+++ b/third_party/WebKit/Source/modules/sensor/SensorReading.idl
@@ -8,5 +8,5 @@
[
RuntimeEnabled=Sensor,
] interface SensorReading {
- readonly attribute DOMHighResTimeStamp? timeStamp;
+ readonly attribute DOMHighResTimeStamp timeStamp;
};

Powered by Google App Engine
This is Rietveld 408576698