summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/sensor/absolute_orientation_sensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/sensor/absolute_orientation_sensor.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/sensor/absolute_orientation_sensor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/modules/sensor/absolute_orientation_sensor.h b/chromium/third_party/blink/renderer/modules/sensor/absolute_orientation_sensor.h
index 5820f49f8c6..225282f9faf 100644
--- a/chromium/third_party/blink/renderer/modules/sensor/absolute_orientation_sensor.h
+++ b/chromium/third_party/blink/renderer/modules/sensor/absolute_orientation_sensor.h
@@ -19,12 +19,11 @@ class AbsoluteOrientationSensor final : public OrientationSensor {
ExceptionState&);
static AbsoluteOrientationSensor* Create(ExecutionContext*, ExceptionState&);
- void Trace(blink::Visitor*) override;
-
- private:
AbsoluteOrientationSensor(ExecutionContext*,
const SpatialSensorOptions*,
ExceptionState&);
+
+ void Trace(blink::Visitor*) override;
};
} // namespace blink