| Index: Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp
|
| index 14573ba0736da0be7b210324586ff6b10a2a3a2e..e4b5f4e03116cdaf1677f2954914f2e1dcb7de1f 100644
|
| --- a/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -77,7 +77,7 @@ const int DefaultHeight = 150;
|
| // in exchange for a smaller maximum canvas size.
|
| const int MaxCanvasArea = 32768 * 8192; // Maximum canvas area in CSS pixels
|
|
|
| -//In Skia, we will also limit width/height to 32767.
|
| +// In Skia, we will also limit width/height to 32767.
|
| const int MaxSkiaDim = 32767; // Maximum width/height in CSS pixels.
|
|
|
| bool canCreateImageBuffer(const IntSize& size)
|
|
|