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

Unified Diff: gpu/ipc/service/gpu_channel_test_common.h

Issue 1894313002: Removed implementation of CHROMIUM_subscribe_uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a couple more mus/ references 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
« no previous file with comments | « gpu/ipc/service/gpu_channel_manager_unittest.cc ('k') | gpu/ipc/service/gpu_channel_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_channel_test_common.h
diff --git a/gpu/ipc/service/gpu_channel_test_common.h b/gpu/ipc/service/gpu_channel_test_common.h
index a92045ee0352c100b025659a743c1d7c73d081c4..3eb840f233f44539c9781e21ea6d700c034fdd9d 100644
--- a/gpu/ipc/service/gpu_channel_test_common.h
+++ b/gpu/ipc/service/gpu_channel_test_common.h
@@ -35,7 +35,6 @@ class TestGpuChannelManagerDelegate : public GpuChannelManagerDelegate {
private:
// GpuChannelManagerDelegate implementation:
void SetActiveURL(const GURL& url) override;
- void AddSubscription(int32_t client_id, unsigned int target) override;
void DidCreateOffscreenContext(const GURL& active_url) override;
void DidDestroyChannel(int client_id) override;
void DidDestroyOffscreenContext(const GURL& active_url) override;
@@ -43,7 +42,6 @@ class TestGpuChannelManagerDelegate : public GpuChannelManagerDelegate {
error::ContextLostReason reason,
const GURL& active_url) override;
void GpuMemoryUmaStats(const GPUMemoryUmaStats& params) override;
- void RemoveSubscription(int32_t client_id, unsigned int target) override;
void StoreShaderToDisk(int32_t client_id,
const std::string& key,
const std::string& shader) override;
« no previous file with comments | « gpu/ipc/service/gpu_channel_manager_unittest.cc ('k') | gpu/ipc/service/gpu_channel_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698