| 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");
|
| }
|
|
|