Descriptioncontent: Always allocate GpuMemoryBuffers on UI thread.
Prior to this change, the browser compositor allocated
buffers on the UI thread while the buffer allocation for
renderers was done on the IO thread.
This moves all allocation to the UI thread, which makes life
easier for GpuMemoryBuffer implementations and avoids
potentially expensive allocation costs on the IO thread.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274168
Patch Set 1 #
Total comments: 2
Patch Set 2 : format #Patch Set 3 : Let Send take care posting a task to IO thread #Patch Set 4 : move handling of ChildProcessHostMsg_SyncAllocateGpuMemoryBuffer to RenderProcessHostImpl #Patch Set 5 : fix mac build #Patch Set 6 : android build fix #Patch Set 7 : one more android build fix #
Messages
Total messages: 27 (0 generated)
|