| Index: content/common/gpu/gpu_channel_manager.cc
|
| diff --git a/content/common/gpu/gpu_channel_manager.cc b/content/common/gpu/gpu_channel_manager.cc
|
| index 3d98e58e7292bc3f3cd18a0253dabe647897ca68..af999a892d0d9914f7d4c7caca7cf6851bd02b4e 100644
|
| --- a/content/common/gpu/gpu_channel_manager.cc
|
| +++ b/content/common/gpu/gpu_channel_manager.cc
|
| @@ -59,6 +59,8 @@ class GpuChannelManagerMessageFilter : public IPC::MessageFilter {
|
| protected:
|
| ~GpuChannelManagerMessageFilter() override {}
|
|
|
| + // The UI thread in the browser compositor must remain fast at all times.
|
| + // Bouncing off only GPU IO is the way to ensure that.
|
| void OnCreateGpuMemoryBuffer(
|
| const GpuMsg_CreateGpuMemoryBuffer_Params& params) {
|
| TRACE_EVENT2("gpu",
|
|
|