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

Unified Diff: device/generic_sensor/platform_sensor_provider_base.cc

Issue 2330943002: [Sensors] Handle default sensor configuration (Closed)
Patch Set: Rebased 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
« no previous file with comments | « no previous file | device/generic_sensor/public/interfaces/sensor_provider.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/platform_sensor_provider_base.cc
diff --git a/device/generic_sensor/platform_sensor_provider_base.cc b/device/generic_sensor/platform_sensor_provider_base.cc
index 286ff4a407661937d97f05bfa0957bc7aade5c4d..51c60ac5ae25e681cefa83ed2cdec325ee9d9ccc 100644
--- a/device/generic_sensor/platform_sensor_provider_base.cc
+++ b/device/generic_sensor/platform_sensor_provider_base.cc
@@ -14,7 +14,7 @@ namespace device {
namespace {
const uint64_t kSharedBufferSizeInBytes =
- mojom::SensorReadBuffer::kReadBufferSize *
+ mojom::SensorInitParams::kReadBufferSize *
static_cast<uint64_t>(mojom::SensorType::LAST);
} // namespace
« no previous file with comments | « no previous file | device/generic_sensor/public/interfaces/sensor_provider.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698