| Index: gpu/ipc/common/gpu_messages.h
|
| diff --git a/gpu/ipc/common/gpu_messages.h b/gpu/ipc/common/gpu_messages.h
|
| index 634f3e8f3351bf4ddc4cab0cba300342810b2e9a..449d151c52965a007fb7cafbb17e66b9fef66751 100644
|
| --- a/gpu/ipc/common/gpu_messages.h
|
| +++ b/gpu/ipc/common/gpu_messages.h
|
| @@ -70,27 +70,6 @@ IPC_STRUCT_BEGIN(GpuCommandBufferMsg_CreateImage_Params)
|
| IPC_STRUCT_MEMBER(uint64_t, image_release_count)
|
| IPC_STRUCT_END()
|
|
|
| -#if defined(OS_ANDROID)
|
| -IPC_STRUCT_BEGIN(GpuStreamTextureMsg_MatrixChanged_Params)
|
| - IPC_STRUCT_MEMBER(float, m00)
|
| - IPC_STRUCT_MEMBER(float, m01)
|
| - IPC_STRUCT_MEMBER(float, m02)
|
| - IPC_STRUCT_MEMBER(float, m03)
|
| - IPC_STRUCT_MEMBER(float, m10)
|
| - IPC_STRUCT_MEMBER(float, m11)
|
| - IPC_STRUCT_MEMBER(float, m12)
|
| - IPC_STRUCT_MEMBER(float, m13)
|
| - IPC_STRUCT_MEMBER(float, m20)
|
| - IPC_STRUCT_MEMBER(float, m21)
|
| - IPC_STRUCT_MEMBER(float, m22)
|
| - IPC_STRUCT_MEMBER(float, m23)
|
| - IPC_STRUCT_MEMBER(float, m30)
|
| - IPC_STRUCT_MEMBER(float, m31)
|
| - IPC_STRUCT_MEMBER(float, m32)
|
| - IPC_STRUCT_MEMBER(float, m33)
|
| -IPC_STRUCT_END()
|
| -#endif
|
| -
|
| //------------------------------------------------------------------------------
|
| // GPU Channel Messages
|
| // These are messages from a renderer process to the GPU process.
|
| @@ -141,10 +120,6 @@ IPC_MESSAGE_ROUTED0(GpuStreamTextureMsg_StartListening)
|
|
|
| // Inform the renderer that a new frame is available.
|
| IPC_MESSAGE_ROUTED0(GpuStreamTextureMsg_FrameAvailable)
|
| -
|
| -// Inform the renderer process that the transform matrix has changed.
|
| -IPC_MESSAGE_ROUTED1(GpuStreamTextureMsg_MatrixChanged,
|
| - GpuStreamTextureMsg_MatrixChanged_Params /* params */)
|
| #endif
|
|
|
| //------------------------------------------------------------------------------
|
|
|