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

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

Issue 2870333003: gpu: Remove gpu channel filter and queue from header. (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « gpu/ipc/service/gpu_channel.cc ('k') | media/gpu/ipc/service/media_gpu_channel.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 dddbd5da63d88333746e2acdfb3fc02f0c0a5f28..36b6cc756db86c9e98bc26dcb978a5578213274f 100644
--- a/gpu/ipc/service/gpu_channel_test_common.cc
+++ b/gpu/ipc/service/gpu_channel_test_common.cc
@@ -127,7 +127,7 @@ void GpuChannelTestCommon::HandleMessage(GpuChannel* channel,
msg->set_unblock(false);
// Message filter gets message first on IO thread.
- channel->filter()->OnMessageReceived(*msg);
+ channel->HandleMessageForTesting(*msg);
// Run the HandleMessage task posted to the main thread.
task_runner()->RunPendingTasks();
« no previous file with comments | « gpu/ipc/service/gpu_channel.cc ('k') | media/gpu/ipc/service/media_gpu_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698