| 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 97211e8104de18ad6c1dea2bf60d7993a3655d4f..00dc3d553d4fbe78bd73f0d083ed19640d7f824f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h
|
| @@ -56,7 +56,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
|
|
|