Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(705)

Unified Diff: Source/platform/graphics/GraphicsLayer.h

Issue 1299323005: blink: Add backdrop-filter support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: one more Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698