| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index 5ad5db9706a847601c25880ddd83522a626ea1a0..22dd3c4856bd6c8a005b0a862d7b6958c4642952 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -176,6 +176,7 @@ public:
|
| void setIsRootForIsolatedGroup(bool);
|
|
|
| void setFilters(const FilterOperations&);
|
| + void setBackdropFilters(const FilterOperations&);
|
|
|
| void setFilterQuality(SkFilterQuality);
|
|
|
|
|