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

Unified Diff: Source/core/layout/LayerFilterInfo.h

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/layout/LayerClipper.cpp ('k') | Source/core/layout/LayerFilterInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayerFilterInfo.h
diff --git a/Source/core/layout/LayerFilterInfo.h b/Source/core/layout/LayerFilterInfo.h
index c9df2f86a506a0f81e7346b33e48b66c93c77ff4..d1f95b062906097f1a2288b1e9ab0b7596721acd 100644
--- a/Source/core/layout/LayerFilterInfo.h
+++ b/Source/core/layout/LayerFilterInfo.h
@@ -53,7 +53,7 @@ public:
static LayerFilterInfo* createFilterInfoForLayerIfNeeded(Layer*);
static void removeFilterInfoForLayer(Layer*);
- FilterEffectRenderer* renderer() const { return m_renderer.get(); }
+ FilterEffectRenderer* layoutObject() const { return m_renderer.get(); }
void setRenderer(PassRefPtrWillBeRawPtr<FilterEffectRenderer>);
void updateReferenceFilterClients(const FilterOperations&);
« no previous file with comments | « Source/core/layout/LayerClipper.cpp ('k') | Source/core/layout/LayerFilterInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698