Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(924)

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp

Issue 2391943002: Rewrap comments to 80 columns in platform/graphics/{compositing,cpu,gpu,skia}/. (Closed)
Patch Set: One space Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698