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

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

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_test_common.h ('k') | gpu/ipc/service/gpu_command_buffer_stub.h » ('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.cc
diff --git a/gpu/ipc/service/gpu_channel_test_common.cc b/gpu/ipc/service/gpu_channel_test_common.cc
index dcc2a9faf480564b9fa494e78043271e84821cd9..87cb33d8c955e7238c9a9e4e2b02e315e098aa60 100644
--- a/gpu/ipc/service/gpu_channel_test_common.cc
+++ b/gpu/ipc/service/gpu_channel_test_common.cc
@@ -20,9 +20,6 @@ TestGpuChannelManagerDelegate::~TestGpuChannelManagerDelegate() {}
void TestGpuChannelManagerDelegate::SetActiveURL(const GURL& url) {}
-void TestGpuChannelManagerDelegate::AddSubscription(int32_t client_id,
- unsigned int target) {}
-
void TestGpuChannelManagerDelegate::DidCreateOffscreenContext(
const GURL& active_url) {}
@@ -39,9 +36,6 @@ void TestGpuChannelManagerDelegate::DidLoseContext(
void TestGpuChannelManagerDelegate::GpuMemoryUmaStats(
const GPUMemoryUmaStats& params) {}
-void TestGpuChannelManagerDelegate::RemoveSubscription(int32_t client_id,
- unsigned int target) {}
-
void TestGpuChannelManagerDelegate::StoreShaderToDisk(
int32_t client_id,
const std::string& key,
« no previous file with comments | « gpu/ipc/service/gpu_channel_test_common.h ('k') | gpu/ipc/service/gpu_command_buffer_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698