| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index affcf7ba7220f6d49f129e14264065998920054d..2b6312f7544cae749fd239a70700869a9437e4d5 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -188,7 +188,7 @@ public:
|
|
|
| void setFilters(const FilterOperations&);
|
|
|
| - void setFilterLevel(SkPaint::FilterLevel);
|
| + void setFilterQuality(SkFilterQuality);
|
|
|
| // Some GraphicsLayers paint only the foreground or the background content
|
| void setPaintingPhase(GraphicsLayerPaintingPhase);
|
|
|