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

Unified Diff: Source/core/paint/DeprecatedPaintLayerFilterInfo.cpp

Issue 1092673002: Move FilterEffectRenderer to core/paint/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 5 years, 8 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/core/paint/DeprecatedPaintLayerFilterInfo.cpp
diff --git a/Source/core/paint/DeprecatedPaintLayerFilterInfo.cpp b/Source/core/paint/DeprecatedPaintLayerFilterInfo.cpp
index 64c1e9c0dc6a0a453809ccb746a4a502a648e55e..22482a2467fad1bac95a2acf2780b814c17c857c 100644
--- a/Source/core/paint/DeprecatedPaintLayerFilterInfo.cpp
+++ b/Source/core/paint/DeprecatedPaintLayerFilterInfo.cpp
@@ -31,13 +31,11 @@
#include "core/paint/DeprecatedPaintLayerFilterInfo.h"
#include "core/fetch/DocumentResourceReference.h"
-#include "core/layout/FilterEffectRenderer.h"
#include "core/layout/svg/LayoutSVGResourceContainer.h"
#include "core/layout/svg/ReferenceFilterBuilder.h"
#include "core/paint/DeprecatedPaintLayer.h"
+#include "core/paint/FilterEffectBuilder.h"
#include "core/svg/SVGFilterElement.h"
-#include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
-#include "core/svg/graphics/filters/SVGFilter.h"
namespace blink {
@@ -95,9 +93,9 @@ DeprecatedPaintLayerFilterInfo::~DeprecatedPaintLayerFilterInfo()
removeReferenceFilterClients();
}
-void DeprecatedPaintLayerFilterInfo::setRenderer(PassRefPtrWillBeRawPtr<FilterEffectRenderer> renderer)
+void DeprecatedPaintLayerFilterInfo::setBuilder(PassRefPtrWillBeRawPtr<FilterEffectBuilder> builder)
{
- m_renderer = renderer;
+ m_builder = builder;
}
void DeprecatedPaintLayerFilterInfo::notifyFinished(Resource*)
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayerFilterInfo.h ('k') | Source/core/paint/DeprecatedPaintLayerPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698