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

Unified Diff: cc/blink/web_layer_impl.cc

Issue 2278273004: Fix CSS reference filters with negative transformed children. (Closed)
Patch Set: Remove TODO. Created 4 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
« no previous file with comments | « cc/blink/web_layer_impl.h ('k') | cc/ipc/cc_param_traits_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_layer_impl.cc
diff --git a/cc/blink/web_layer_impl.cc b/cc/blink/web_layer_impl.cc
index d683ae7fead7acd25e94692d4040994d08fe4eab..20b07be492d284a8328e387c34f614fb756e4a60 100644
--- a/cc/blink/web_layer_impl.cc
+++ b/cc/blink/web_layer_impl.cc
@@ -209,6 +209,10 @@ void WebLayerImpl::setFilters(const cc::FilterOperations& filters) {
layer_->SetFilters(filters);
}
+void WebLayerImpl::setFiltersOrigin(const blink::WebFloatPoint& origin) {
+ layer_->SetFiltersOrigin(origin);
+}
+
void WebLayerImpl::setBackgroundFilters(const cc::FilterOperations& filters) {
layer_->SetBackgroundFilters(filters);
}
« no previous file with comments | « cc/blink/web_layer_impl.h ('k') | cc/ipc/cc_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698