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

Unified Diff: components/mus/public/cpp/lib/command_buffer_client_impl.h

Issue 1974163003: Expose GpuMemoryBufferId through glGetImageivCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 4 years, 7 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: components/mus/public/cpp/lib/command_buffer_client_impl.h
diff --git a/components/mus/public/cpp/lib/command_buffer_client_impl.h b/components/mus/public/cpp/lib/command_buffer_client_impl.h
index 9719600acf6880894e18e4ee9165087c63308e54..728e1ecee8da33a409de584e4e287958bb658dac 100644
--- a/components/mus/public/cpp/lib/command_buffer_client_impl.h
+++ b/components/mus/public/cpp/lib/command_buffer_client_impl.h
@@ -61,6 +61,7 @@ class CommandBufferClientImpl : public mus::mojom::CommandBufferClient,
size_t height,
unsigned internalformat,
unsigned usage) override;
+ int32_t GetImageGpuMemoryBufferId(unsigned image_id) override;
void SignalQuery(uint32_t query, const base::Closure& callback) override;
void SetLock(base::Lock*) override;
void EnsureWorkVisible() override;
« no previous file with comments | « components/mus/gles2/command_buffer_local.cc ('k') | components/mus/public/cpp/lib/command_buffer_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698