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

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.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/SharedContextRateLimiter.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp b/third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp
index d5e74baa0c273ecce24031b43abb571fa0ce5d12..3b9f99e91625681669bea96e322567b5b04b77b2 100644
--- a/third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp
+++ b/third_party/WebKit/Source/platform/graphics/gpu/SharedContextRateLimiter.cpp
@@ -30,7 +30,8 @@ SharedContextRateLimiter::SharedContextRateLimiter(unsigned maxPendingTicks)
if (gl && gl->GetGraphicsResetStatusKHR() == GL_NO_ERROR) {
std::unique_ptr<Extensions3DUtil> extensionsUtil =
Extensions3DUtil::create(gl);
- // TODO(junov): when the GLES 3.0 command buffer is ready, we could use fenceSync instead
+ // TODO(junov): when the GLES 3.0 command buffer is ready, we could use
+ // fenceSync instead.
m_canUseSyncQueries =
extensionsUtil->supportsExtension("GL_CHROMIUM_sync_query");
}

Powered by Google App Engine
This is Rietveld 408576698