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

Unified Diff: public/platform/WebLayer.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: public/platform/WebLayer.h
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
index 60bd11970b22a112cea48c9db6b028b0745a1db0..83089ca7248ee0fa599542965cbdc6f3bb3a497e 100644
--- a/public/platform/WebLayer.h
+++ b/public/platform/WebLayer.h
@@ -128,6 +128,10 @@ public:
// WebFilterOperations object.
virtual void setFilters(const WebFilterOperations&) = 0;
+ // Clear the background filters in use by passing in a newly instantiated
+ // WebFilterOperations object.
+ virtual void setBackgroundFilters(const WebFilterOperations&) = 0;
+
// An animation delegate is notified when animations are started and
// stopped. The WebLayer does not take ownership of the delegate, and it is
// the responsibility of the client to reset the layer's delegate before
« Source/core/animation/CompositorAnimations.cpp ('K') | « Source/platform/graphics/GraphicsLayer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698