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

Unified Diff: content/common/gpu/gpu_channel_manager.h

Issue 712343003: Infrastructure for temportarily relinquishing GPU resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes suggested by spang Created 6 years, 1 month 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/common/gpu/gpu_channel_manager.h
diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
index fd9844f642004420a12ba011e555757a87de477c..ec30074f0e0d65fc2ddc25a596639d6f1bcb80d7 100644
--- a/content/common/gpu/gpu_channel_manager.h
+++ b/content/common/gpu/gpu_channel_manager.h
@@ -132,6 +132,8 @@ class GpuChannelManager : public IPC::Listener,
gfx::GpuMemoryBufferId id,
int client_id,
int32 sync_point);
+ void OnRelinquishResources();
+ void OnResourcesReliuquished();
void OnLoseAllContexts();

Powered by Google App Engine
This is Rietveld 408576698