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

Unified Diff: services/ui/public/cpp/lib/command_buffer_client_impl.h

Issue 2134793002: Remove the command buffer method glGetImageivCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge conflict. Created 4 years, 5 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
« no previous file with comments | « services/ui/gles2/command_buffer_local.cc ('k') | services/ui/public/cpp/lib/command_buffer_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/lib/command_buffer_client_impl.h
diff --git a/services/ui/public/cpp/lib/command_buffer_client_impl.h b/services/ui/public/cpp/lib/command_buffer_client_impl.h
index 4ef975672beb887dcd5add3145d5787de3489fe5..18fe179528816ccfa459afd74eed537e7dc9b02a 100644
--- a/services/ui/public/cpp/lib/command_buffer_client_impl.h
+++ b/services/ui/public/cpp/lib/command_buffer_client_impl.h
@@ -61,7 +61,6 @@ class CommandBufferClientImpl : public ui::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 | « services/ui/gles2/command_buffer_local.cc ('k') | services/ui/public/cpp/lib/command_buffer_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698