| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 4a7da50bf759501c18b67a41750b01cd69b29a5f..8316daa1cb10279cbb72b5a022a303fc36829bfb 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -82,27 +82,6 @@ IPC_STRUCT_BEGIN(GPUCommandBufferConsoleMessage)
|
| IPC_STRUCT_MEMBER(std::string, message)
|
| 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
|
| -
|
| IPC_STRUCT_BEGIN(GpuCommandBufferMsg_CreateImage_Params)
|
| IPC_STRUCT_MEMBER(int32_t, id)
|
| IPC_STRUCT_MEMBER(gfx::GpuMemoryBufferHandle, gpu_memory_buffer)
|
| @@ -233,10 +212,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
|
|
|
| //------------------------------------------------------------------------------
|
|
|