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(); |