| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| index 70038e466e192d745d6fceed86222752a0549a85..a95248c36e2cebaad5300168eab6fe2c3913dfb6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| @@ -252,7 +252,7 @@ bool DrawingBuffer::prepareMailbox(WebExternalTextureMailbox* outMailbox, WebExt
|
| if (!m_contentsChanged)
|
| return false;
|
|
|
| - TRACE_EVENT0("blink", "DrawingBuffer::prepareMailbox");
|
| + TRACE_EVENT0("blink,rail", "DrawingBuffer::prepareMailbox");
|
|
|
| if (m_newMailboxCallback)
|
| (*m_newMailboxCallback)();
|
|
|