Index: content/common/child_process_messages.h |
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h |
index ec2a4bf5d48d62cd081b074fad0b51da8f2b4653..7e78e87ffbaf8f98f82b552e013456fbaa183064 100644 |
--- a/content/common/child_process_messages.h |
+++ b/content/common/child_process_messages.h |
@@ -14,7 +14,6 @@ |
#include "cc/resources/shared_bitmap_manager.h" |
#include "content/common/content_export.h" |
#include "content/common/host_discardable_shared_memory_manager.h" |
-#include "gpu/command_buffer/common/sync_token.h" |
#include "ipc/ipc_message_macros.h" |
#include "ui/gfx/gpu_memory_buffer.h" |
#include "ui/gfx/ipc/gfx_param_traits.h" |
@@ -211,7 +210,7 @@ |
// Informs the browser that the child deleted a gpu memory buffer. |
IPC_MESSAGE_CONTROL2(ChildProcessHostMsg_DeletedGpuMemoryBuffer, |
gfx::GpuMemoryBufferId, |
- gpu::SyncToken /* sync_token */) |
+ uint32 /* sync_point */) |
// Asks the browser to create a block of discardable shared memory for the |
// child process. |