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

Unified Diff: Source/modules/canvas2d/CanvasRenderingContext2D.h

Issue 1299323005: blink: Add backdrop-filter support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed some todos 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/modules/canvas2d/CanvasRenderingContext2D.h
diff --git a/Source/modules/canvas2d/CanvasRenderingContext2D.h b/Source/modules/canvas2d/CanvasRenderingContext2D.h
index 4333870f7acae1c3f15a14f519e11b511cf4472c..9440d8451de0ae7cf144c173566f49aa0e5eaeeb 100644
--- a/Source/modules/canvas2d/CanvasRenderingContext2D.h
+++ b/Source/modules/canvas2d/CanvasRenderingContext2D.h
@@ -130,6 +130,9 @@ public:
String filter() const;
void setFilter(const String&);
+ String backdropFilter() const;
+ void setBackdropFilter(const String&);
+
void save();
void restore();

Powered by Google App Engine
This is Rietveld 408576698