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

Unified Diff: content/common/gpu/gpu_messages.h

Issue 1336623004: content/gpu: Simplify gpu channel message handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheng's final comments Created 5 years, 3 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 | « content/common/gpu/gpu_command_buffer_stub.cc ('k') | gpu/command_buffer/service/gpu_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_messages.h
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
index 94fd432b95ff817eabc533e13ec8f64e630c4a95..59b89fc4e6568e0b44fc740bea5cfe158d3e0403 100644
--- a/content/common/gpu/gpu_messages.h
+++ b/content/common/gpu/gpu_messages.h
@@ -551,12 +551,6 @@ IPC_MESSAGE_ROUTED3(GpuCommandBufferMsg_AsyncFlush,
uint32 /* flush_count */,
std::vector<ui::LatencyInfo> /* latency_info */)
-// Asynchronously process any commands known to the GPU process. This is only
-// used in the event that a channel is unscheduled and needs to be flushed
-// again to process any commands issued subsequent to unscheduling. The GPU
-// process actually sends it (deferred) to itself.
-IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_Rescheduled)
-
// Sent by the GPU process to display messages in the console.
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_ConsoleMsg,
GPUCommandBufferConsoleMessage /* msg */)
@@ -627,8 +621,7 @@ IPC_SYNC_MESSAGE_ROUTED1_1(GpuCommandBufferMsg_InsertSyncPoint,
bool /* retire */,
uint32 /* sync_point */)
-// Retires the sync point. Note: this message is not sent explicitly by the
-// renderer, but is synthesized by the GPU process.
+// Retires the sync point.
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_RetireSyncPoint,
uint32 /* sync_point */)
« no previous file with comments | « content/common/gpu/gpu_command_buffer_stub.cc ('k') | gpu/command_buffer/service/gpu_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698