| Index: third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h b/third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h
|
| index ebb182416ef91f8c76a441ee4970a41bb33a0f43..8e6309dc414f73e0472e135fae06f215a1db9965 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h
|
| @@ -55,7 +55,7 @@ typedef HashMap<const PaintLayer*, PaintLayerFilterInfo*> PaintLayerFilterInfoMa
|
| // software and hardware-accelerated) use a different code path to paint the
|
| // filters (SVGFilterPainter), but both code paths use the same abstraction for
|
| // painting non-hardware accelerated filters (FilterEffect). Hardware
|
| -// accelerated CSS filters use WebFilterOperations, that is backed by cc.
|
| +// accelerated CSS filters use CompositorFilterOperations, that is backed by cc.
|
| //
|
| // PaintLayerFilterInfo is allocated when filters are present and stored in an
|
| // internal map (s_filterMap) to save memory as 'filter' should be a rare
|
|
|