Commit cec79c10 authored by junov's avatar junov Committed by Commit bot

Comment fixes in ExpensiveCanvasHeuristicParameters.h

Follow-up to post-vommit comment in:
https://codereview.chromium.org/2388293002/

TBR=senorblanco@chromium.org
BUG=652126

Review-Url: https://codereview.chromium.org/2393493003
Cr-Commit-Position: refs/heads/master@{#422913}
parent fd60455a
...@@ -67,11 +67,11 @@ enum { ...@@ -67,11 +67,11 @@ enum {
GetImageDataForcesNoAcceleration = 1, GetImageDataForcesNoAcceleration = 1,
// Whan a canvas is used as a source image, if its destination is // When a canvas is used as a source image, if its destination is
// non-accelerated and the source canvas is accelerated, a readback // non-accelerated and the source canvas is accelerated, a readback
// from the gpu is necessary. This option cause the source canvas to // from the gpu is necessary. This option causes the source canvas to
// switch to non-accelerated when this situation is encountered to // switch to non-accelerated when this situation is encountered to
// prevent future canvas to canvas draws from requiring a readback. // prevent future canvas-to-canvas draws from requiring a readback.
DisableAccelerationToAvoidReadbacks = 1, DisableAccelerationToAvoidReadbacks = 1,
// When drawing very large images to canvases, there is a point where // When drawing very large images to canvases, there is a point where
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment