Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: third_party/WebKit/Source/platform/graphics/ExpensiveCanvasHeuristicParameters.h

Issue 2393493003: Comment fixes in ExpensiveCanvasHeuristicParameters.h (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f50b5e06a76496184aeb18132b7c4d41ca92df1f..bd66ebb7979b676cf50913478843c06e3483b1eb 100644
--- a/third_party/WebKit/Source/platform/graphics/ExpensiveCanvasHeuristicParameters.h
+++ b/third_party/WebKit/Source/platform/graphics/ExpensiveCanvasHeuristicParameters.h
@@ -67,11 +67,11 @@ enum {
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
- // 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
- // prevent future canvas to canvas draws from requiring a readback.
+ // prevent future canvas-to-canvas draws from requiring a readback.
DisableAccelerationToAvoidReadbacks = 1,
// When drawing very large images to canvases, there is a point where
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698