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

Unified Diff: Source/core/paint/FilterEffectBuilder.h

Issue 1194733002: Adding the 'filter' context attribute to 2D canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: applied corrections Created 5 years, 6 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 | « Source/core/paint/DeprecatedPaintLayer.cpp ('k') | Source/core/paint/FilterEffectBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/FilterEffectBuilder.h
diff --git a/Source/core/paint/FilterEffectBuilder.h b/Source/core/paint/FilterEffectBuilder.h
index 4c4bed223b0c556002628123a8693bb88a71b5c4..0043b0e7019e98f5b2554c56478d942f3d464d78 100644
--- a/Source/core/paint/FilterEffectBuilder.h
+++ b/Source/core/paint/FilterEffectBuilder.h
@@ -37,7 +37,7 @@ namespace blink {
class FilterOperations;
class ReferenceFilter;
-class LayoutObject;
+class Element;
class FilterEffectBuilder final : public RefCountedWillBeGarbageCollectedFinalized<FilterEffectBuilder> {
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(FilterEffectBuilder);
@@ -50,7 +50,7 @@ public:
virtual ~FilterEffectBuilder();
DECLARE_TRACE();
- bool build(LayoutObject*, const FilterOperations&);
+ bool build(Element*, const FilterOperations&, float zoom);
PassRefPtrWillBeRawPtr<FilterEffect> lastEffect() const
{
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayer.cpp ('k') | Source/core/paint/FilterEffectBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698