| Index: third_party/WebKit/Source/core/style/FilterOperations.h
|
| diff --git a/third_party/WebKit/Source/core/style/FilterOperations.h b/third_party/WebKit/Source/core/style/FilterOperations.h
|
| index 93e38f495991c26d12b36c314d5c2e3439e9813d..678289496835924ab4d07b0e0c3180f963fe762e 100644
|
| --- a/third_party/WebKit/Source/core/style/FilterOperations.h
|
| +++ b/third_party/WebKit/Source/core/style/FilterOperations.h
|
| @@ -63,7 +63,7 @@ class CORE_EXPORT FilterOperations {
|
|
|
| // Maps "forward" to determine which pixels in a destination rect are
|
| // affected by pixels in the source rect.
|
| - // See also FilterEffect::mapRect.
|
| + // See also FilterEffect::MapRect.
|
| FloatRect MapRect(const FloatRect&) const;
|
|
|
| bool HasFilterThatAffectsOpacity() const;
|
|
|