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

Unified Diff: third_party/WebKit/public/platform/WebLayer.h

Issue 2297213003: Fix CSS reference filters with negative transformed children. (Closed)
Patch Set: 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 | « third_party/WebKit/public/platform/WebDisplayItemList.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebLayer.h
diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h
index 82221415c16d2689f25a50a29fc8b364bee0dfc0..340b05e64dfb2a50de9049766441aebfceeadce5 100644
--- a/third_party/WebKit/public/platform/WebLayer.h
+++ b/third_party/WebKit/public/platform/WebLayer.h
@@ -31,6 +31,7 @@
#include "WebCommon.h"
#include "WebDoublePoint.h"
#include "WebFloatPoint3D.h"
+#include "WebFloatSize.h"
#include "WebPoint.h"
#include "WebRect.h"
#include "WebSize.h"
@@ -135,6 +136,9 @@ public:
// FilterOperations object.
virtual void setFilters(const cc::FilterOperations&) = 0;
+ // The position of the original primitive inside the total bounds.
+ virtual void setFiltersOrigin(const WebFloatPoint&) = 0;
+
// Clear the background filters in use by passing in a newly instantiated
// FilterOperations object.
// TODO(loyso): This should use CompositorFilterOperation. crbug.com/584551
« no previous file with comments | « third_party/WebKit/public/platform/WebDisplayItemList.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698