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

Unified Diff: services/resource_coordinator/public/interfaces/coordination_unit.mojom

Issue 2964103002: [GRC] Decouple Render Process CPU Measurement from CU Graph (Closed)
Patch Set: Rebase Created 3 years, 6 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
Index: services/resource_coordinator/public/interfaces/coordination_unit.mojom
diff --git a/services/resource_coordinator/public/interfaces/coordination_unit.mojom b/services/resource_coordinator/public/interfaces/coordination_unit.mojom
index 16a1b54ffb81cf8c793e6412cc5a2226cf8ef128..45379c8eea5b40f5f3cb5478a81a340d342083c4 100644
--- a/services/resource_coordinator/public/interfaces/coordination_unit.mojom
+++ b/services/resource_coordinator/public/interfaces/coordination_unit.mojom
@@ -66,4 +66,8 @@ interface CoordinationUnit {
// Sets a property on the CoordinationUnitImpl's internal key-value store.
SetProperty(Property property);
+
+ // Sets a property on the CoordinationUnitImpl's internal key-value store
+ // and trigger children to know the value has changed.
+ SetPropertyAndPropagate(Property property);
};

Powered by Google App Engine
This is Rietveld 408576698