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

Unified Diff: cc/render_surface_filters.cc

Issue 12774006: cc: Chromify Layer and LayerImpl classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MoreAndroidCompilings Created 7 years, 9 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 | « cc/render_surface.cc ('k') | cc/render_surface_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « cc/render_surface.cc ('k') | cc/render_surface_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698