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

Unified Diff: third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h

Issue 2444593002: Introduce Layout*::adjustVisualRectForRasterEffects and use it for SVG hairlines. (Closed)
Patch Set: none 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
Index: third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h b/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h
index fcd5b5e43f85b44a6a55744c3c63063b63a998d1..3106edf031d97961c91b5d19ee21aa431feab2f2 100644
--- a/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h
@@ -54,7 +54,7 @@ class CORE_EXPORT ObjectPaintInvalidator {
// Actually do the paint invalidate of rect r for this object which has been
// computed in the coordinate space of the GraphicsLayer backing of
- // |paintInvalidationContainer|. Note that this coordinaten space is not the
+ // |paintInvalidationContainer|. Note that this coordinate space is not the
// same as the local coordinate space of |paintInvalidationContainer| in the
// presence of layer squashing.
void invalidatePaintUsingContainer(

Powered by Google App Engine
This is Rietveld 408576698