| Index: cc/output/filter_operation.h
|
| diff --git a/cc/output/filter_operation.h b/cc/output/filter_operation.h
|
| index d4ae948de1844cb8bbe500f3b0cf952c2d5ee1aa..8f9c2f027b6bacdd704cc19da08cc189e6fa51de 100644
|
| --- a/cc/output/filter_operation.h
|
| +++ b/cc/output/filter_operation.h
|
| @@ -231,7 +231,7 @@ class CC_EXPORT FilterOperation {
|
|
|
| // Maps "forward" to determine which pixels in a destination rect are affected
|
| // by pixels in the source rect.
|
| - gfx::Rect MapRect(const gfx::Rect& rect) const;
|
| + gfx::Rect MapRect(const gfx::Rect& rect, const SkMatrix& matrix) const;
|
|
|
| private:
|
| FilterOperation(FilterType type, float amount);
|
|
|