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

Unified Diff: content/gpu/gpu_child_thread.h

Issue 1878103002: Plumb a Browser->GPU surface destruction message for Android VDAs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sievers comments. Created 4 years, 8 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/gpu/gpu_child_thread.h
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index 597afef350594cb156c1d1b83d028d2f5a2ac258..7119967a2f11303ad79b4eb8d684317c078f8945 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -143,6 +143,7 @@ class GpuChildThread : public ChildThreadImpl,
const gpu::ValueState& state);
#if defined(OS_ANDROID)
void OnWakeUpGpu();
+ void OnDestroyingVideoSurface(int surface_id);
#endif
void OnLoseAllContexts();

Powered by Google App Engine
This is Rietveld 408576698