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

Unified Diff: content/browser/gpu/gpu_process_host_ui_shim.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/browser/gpu/gpu_process_host_ui_shim.h
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
index c0661bf835cb089aa76d3f620a2f1e3b09470c9a..28a86dff7b3ed1ebb5674f91f52121705b9f66cb 100644
--- a/content/browser/gpu/gpu_process_host_ui_shim.h
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h
@@ -71,6 +71,10 @@ class GpuProcessHostUIShim : public IPC::Listener,
// Return NULL if none has been created.
CONTENT_EXPORT static GpuProcessHostUIShim* GetOneInstance();
+#if defined(OS_ANDROID)
+ void DestroyingVideoSurface(int surface_id, const base::Closure& done_cb);
+#endif
+
// Stops the GPU process.
void StopGpuProcess(const base::Closure& callback);

Powered by Google App Engine
This is Rietveld 408576698