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

Unified Diff: content/child/memory/child_memory_coordinator_impl.h

Issue 2286583002: Make cc::SoftwareImageDecodeController, cc::ResourcePool, and cc::StagingBufferPoo… (Closed)
Patch Set: Updated (r418783) 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
Index: content/child/memory/child_memory_coordinator_impl.h
diff --git a/content/child/memory/child_memory_coordinator_impl.h b/content/child/memory/child_memory_coordinator_impl.h
index cee8d5a76054309f54ad86056a766a15d5262495..a1703c066d024d04ccb4edce002a87aef6758bf7 100644
--- a/content/child/memory/child_memory_coordinator_impl.h
+++ b/content/child/memory/child_memory_coordinator_impl.h
@@ -38,6 +38,11 @@ class CONTENT_EXPORT ChildMemoryCoordinatorImpl
// mojom::ChildMemoryCoordinator implementations:
void OnStateChange(mojom::MemoryState state) override;
+ void PrepareToSuspend() {
+ // TODO(tasak): Change states of memory coordinator clients to be
+ // SUSPENDED.
+ }
+
protected:
ChildMemoryCoordinatorDelegate* delegate() { return delegate_; }

Powered by Google App Engine
This is Rietveld 408576698