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

Unified Diff: Source/core/rendering/FilterEffectRenderer.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/plugins/PluginOcclusionSupport.cpp ('k') | Source/core/rendering/FilterEffectRenderer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/FilterEffectRenderer.h
diff --git a/Source/core/rendering/FilterEffectRenderer.h b/Source/core/rendering/FilterEffectRenderer.h
index 25838338fe4f1ddb926a811e855867bc73c1af05..15633d81b38347a8b0f28988a4e11572c45046e8 100644
--- a/Source/core/rendering/FilterEffectRenderer.h
+++ b/Source/core/rendering/FilterEffectRenderer.h
@@ -37,7 +37,7 @@ namespace blink {
class FilterOperations;
class ReferenceFilter;
-class RenderObject;
+class LayoutObject;
class FilterEffectRenderer final : public RefCountedWillBeGarbageCollectedFinalized<FilterEffectRenderer> {
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
@@ -50,7 +50,7 @@ public:
virtual ~FilterEffectRenderer();
void trace(Visitor*);
- bool build(RenderObject* renderer, const FilterOperations&);
+ bool build(LayoutObject* renderer, const FilterOperations&);
void clearIntermediateResults();
PassRefPtrWillBeRawPtr<FilterEffect> lastEffect() const
« no previous file with comments | « Source/core/plugins/PluginOcclusionSupport.cpp ('k') | Source/core/rendering/FilterEffectRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698