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

Unified Diff: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h

Issue 2398453002: Rewrap comments to 80 columns in Source/platform/graphics/. (Closed)
Patch Set: Review feedback 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/Canvas2DLayerBridge.h
diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
index cfe38304d42f2c68bd2a949dc45bf0b5ca4331dd..bb37903d2d59784b36942260dcfcfce7ffd569fd 100644
--- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
+++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
@@ -63,8 +63,8 @@ class WebGraphicsContext3DProvider;
class SharedContextRateLimiter;
#if OS(MACOSX)
-// Canvas hibernation is currently disabled on MacOS X due to a bug that causes content loss
-// TODO: Find a better fix for crbug.com/588434
+// Canvas hibernation is currently disabled on MacOS X due to a bug that causes
+// content loss. TODO: Find a better fix for crbug.com/588434
#define CANVAS2D_HIBERNATION_ENABLED 0
// IOSurfaces are a primitive only present on OS X.
@@ -274,7 +274,8 @@ class PLATFORM_EXPORT Canvas2DLayerBridge
enum {
// We should normally not have more that two active mailboxes at a time,
- // but sometime we may have three due to the async nature of mailbox handling.
+ // but sometimes we may have three due to the async nature of mailbox
+ // handling.
MaxActiveMailboxes = 3,
};

Powered by Google App Engine
This is Rietveld 408576698