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

Unified Diff: third_party/WebKit/Source/modules/sensor/BUILD.gn

Issue 2551223003: [Sensors] Align sensor reading updates and 'onchange' notification with rAF. (Closed)
Patch Set: rebased Created 4 years 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/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/sensor/BUILD.gn b/third_party/WebKit/Source/modules/sensor/BUILD.gn
index 8bc2ebb6f65de878e9cc4ffb5dc01a07d494eb89..6f59d028b8b806ff48756232bc2c41f821495843 100644
--- a/third_party/WebKit/Source/modules/sensor/BUILD.gn
+++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn
@@ -32,8 +32,8 @@ blink_modules_sources("sensor") {
"SensorProxy.h",
"SensorReading.cpp",
"SensorReading.h",
- "SensorUpdateNotificationStrategy.cpp",
- "SensorUpdateNotificationStrategy.h",
+ "SensorReadingUpdater.cpp",
+ "SensorReadingUpdater.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698