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 340d96c18cdad3d3be5e7ccd661c0d8d67cdac16..3fbcba25c6fc5aa2fd80d8728e68a2a9cc3e97b8 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ExpensiveCanvasHeuristicParameters.h |
+++ b/third_party/WebKit/Source/platform/graphics/ExpensiveCanvasHeuristicParameters.h |
@@ -78,11 +78,7 @@ |
// GPU readback prevention heuristics |
//==================================== |
- GPUReadbackForcesNoAcceleration = 1, |
- |
- // When gpu readback is successively invoked in following number of frames, |
- // we disable gpu acceleration to avoid the high cost of gpu readback. |
- GPUReadbackMinSuccessiveFrames = 3, |
+ GetImageDataForcesNoAcceleration = 1, |
// When a canvas is used as a source image, if its destination is |
// non-accelerated and the source canvas is accelerated, a readback |