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

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: Add missing ifdefs 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 ccc7ac9843ea99e5e6bfc57f10e22dc0990bdee6..1662eb49d58b530e5bd474c065113d3ce589998e 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