| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
 | 
| index 9332683a078bc9c02767422a23196cedb91ee244..9532c6b107649702869b161ffce6a153cd5c6ab1 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
 | 
| @@ -907,9 +907,8 @@ HTMLCanvasElement::createWebGLImageBufferSurface(OpacityMode opacityMode) {
 | 
|  }
 | 
|  
 | 
|  std::unique_ptr<ImageBufferSurface>
 | 
| -HTMLCanvasElement::createAcceleratedImageBufferSurface(
 | 
| -    OpacityMode opacityMode,
 | 
| -    int* msaaSampleCount) {
 | 
| +HTMLCanvasElement::createAcceleratedImageBufferSurface(OpacityMode opacityMode,
 | 
| +                                                       int* msaaSampleCount) {
 | 
|    if (document().settings()) {
 | 
|      *msaaSampleCount =
 | 
|          document().settings()->getAccelerated2dCanvasMSAASampleCount();
 | 
| 
 |