| Index: third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp | 
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp b/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp | 
| index 0bd79b0131269c481ebffbc98ebc35fc88746f86..9aaa40ca58ebd2610da63baf261302f3656574cf 100644 | 
| --- a/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp | 
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp | 
| @@ -53,8 +53,9 @@ void SharedGpuContext::createContextProviderIfNeeded() { | 
| wrapUnique(blink::Platform::current() | 
| ->createSharedOffscreenGraphicsContext3DProvider()); | 
| } else { | 
| -    // This synchronous round-trip to the main thread is the reason why SharedGpuContext | 
| -    // encasulates the context provider: so we only have to do this once per thread. | 
| +    // This synchronous round-trip to the main thread is the reason why | 
| +    // SharedGpuContext encasulates the context provider: so we only have to do | 
| +    // this once per thread. | 
| WaitableEvent waitableEvent; | 
| WebTaskRunner* taskRunner = | 
| Platform::current()->mainThread()->getWebTaskRunner(); | 
|  |