| Index: third_party/WebKit/Source/platform/graphics/ExpensiveCanvasHeuristicParameters.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ExpensiveCanvasHeuristicParameters.h b/third_party/WebKit/Source/platform/graphics/ExpensiveCanvasHeuristicParameters.h
|
| index a53210d7eeaddf356ddb99f541bfcdff8d6add8b..340d96c18cdad3d3be5e7ccd661c0d8d67cdac16 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ExpensiveCanvasHeuristicParameters.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ExpensiveCanvasHeuristicParameters.h
|
| @@ -98,7 +98,7 @@ enum {
|
| // acceleration on the destination first. If that does not succeed,
|
| // we disable acceleration on the source canvas. Either way, future
|
| // readbacks are prevented.
|
| - EnableAccelerationToAvoidReadbacks = 0,
|
| + EnableAccelerationToAvoidReadbacks = 1,
|
|
|
| }; // enum
|
|
|
|
|