Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #include "device/generic_sensor/relative_orientation_fusion_algorithm.h" | |
| 6 | |
| 7 namespace device { | |
| 8 | |
| 9 RelativeOrientationFusionAlgorithm::RelativeOrientationFusionAlgorithm() {} | |
|
Mikhail
2017/06/21 11:10:00
acceleration_x_ and other members are left uniniti
juncai
2017/07/20 00:22:16
These member variables don't exist in the new CL:
| |
| 10 | |
| 11 RelativeOrientationFusionAlgorithm::~RelativeOrientationFusionAlgorithm() {} | |
| 12 | |
| 13 } // namespace device | |
| OLD | NEW |