| Index: device/sensor/als_reading.mojom
 | 
| diff --git a/device/sensor/als_reading.mojom b/device/sensor/als_reading.mojom
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..dff79c2c72b335660c34648cf7831deff26dfb41
 | 
| --- /dev/null
 | 
| +++ b/device/sensor/als_reading.mojom
 | 
| @@ -0,0 +1,12 @@
 | 
| +// Copyright 2016 The Chromium Authors. All rights reserved.
 | 
| +// Use of this source code is governed by a BSD-style license that can be
 | 
| +// found in the LICENSE file.
 | 
| +
 | 
| +module device;
 | 
| +
 | 
| +struct AmbientLightSensorReading {
 | 
| +  // from Sensor
 | 
| +  double timeStamp; // DOMHighResTimeStamp == double
 | 
| +  // From ALS
 | 
| +  double illuminance;
 | 
| +};
 | 
| 
 |