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

Unified Diff: content/renderer/render_thread_impl.h

Issue 654223006: Cleanup GpuMemoryBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index bc1002be57d447121e9332c1d5531cd6dfaaa4bc..b3d8162b1c4e58afc484cd0d75290ceae6d1fd7e 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -411,6 +411,8 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
int32 surface_id,
const GPUCreateCommandBufferConfig& init_params,
int32 route_id) override;
+ virtual void WaitForPendingGpuMemoryBufferUsageToComplete(
+ const base::Closure& callback) override;
void Init();

Powered by Google App Engine
This is Rietveld 408576698