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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp

Issue 2389203002: reflow comments in modules/webgl (Closed)
Patch Set: 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/modules/webgl/WebGLContextGroup.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp
index ca4cae67e27d6851c624efca4b400085d2ca3beb..ea23ab90514d39bc18801a120f06dd8c1ae43ebe 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp
@@ -74,8 +74,8 @@ void WebGLContextGroup::detachAndRemoveAllObjects() {
void WebGLContextGroup::loseContextGroup(
WebGLRenderingContextBase::LostContextMode mode,
WebGLRenderingContextBase::AutoRecoveryMethod autoRecoveryMethod) {
- // Detach must happen before loseContextImpl, which destroys the GraphicsContext3D
- // and prevents groupObjects from being properly deleted.
+ // Detach must happen before loseContextImpl, which destroys the
+ // GraphicsContext3D and prevents groupObjects from being properly deleted.
detachAndRemoveAllObjects();
for (WebGLRenderingContextBase* const context : m_contexts)

Powered by Google App Engine
This is Rietveld 408576698