| 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,
|
| };
|
|
|
|
|