| Index: cc/render_surface_filters.cc
|
| diff --git a/cc/render_surface_filters.cc b/cc/render_surface_filters.cc
|
| index 19159e7fbe9f1f7353d6061c4a2ff72595188640..d5edeb51069db787921ab3048c00d4afdea0ec23 100644
|
| --- a/cc/render_surface_filters.cc
|
| +++ b/cc/render_surface_filters.cc
|
| @@ -319,7 +319,7 @@ WebKit::WebFilterOperations RenderSurfaceFilters::Optimize(
|
| const WebKit::WebFilterOperation& op = filters.at(i);
|
|
|
| // If the filter is a color matrix, we may be able to combine it with
|
| - // following filter(s) that also are color matrices.
|
| + // following Filter(s) that also are color matrices.
|
| SkScalar matrix[20];
|
| if (GetColorMatrix(op, matrix)) {
|
| if (have_accumulated_color_matrix) {
|
|
|