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

Unified Diff: content/gpu/gpu_child_thread.h

Issue 2701233002: gpu: Use mojom.GpuService API for memory allocation. (Closed)
Patch Set: Created 3 years, 10 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 f1dc4e92cc1d038ecec8372382ca7bafdbb720de..ee3ebebda1b6450c51861d54d5dcfd946706e8bc 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -125,9 +125,6 @@ class GpuChildThread : public ChildThreadImpl,
void OnCloseChannel(int32_t client_id);
void OnLoadedShader(const std::string& shader);
- void OnDestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
- int client_id,
- const gpu::SyncToken& sync_token);
#if defined(OS_ANDROID)
void OnWakeUpGpu();
void OnDestroyingVideoSurface(int surface_id);

Powered by Google App Engine
This is Rietveld 408576698