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

Unified Diff: Source/core/layout/compositing/CompositedLayerMapping.h

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to master 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
Index: Source/core/layout/compositing/CompositedLayerMapping.h
diff --git a/Source/core/layout/compositing/CompositedLayerMapping.h b/Source/core/layout/compositing/CompositedLayerMapping.h
index 1415ef93cc90ee2ac3d84c73f4065ac21b85bb2d..1779b4f3b184a31b35ce5a43ebd4549346864a38 100644
--- a/Source/core/layout/compositing/CompositedLayerMapping.h
+++ b/Source/core/layout/compositing/CompositedLayerMapping.h
@@ -220,7 +220,7 @@ private:
PassOwnPtr<GraphicsLayer> createGraphicsLayer(CompositingReasons);
bool toggleScrollbarLayerIfNeeded(OwnPtr<GraphicsLayer>&, bool needsLayer, CompositingReasons);
- LayoutBoxModelObject* renderer() const { return m_owningLayer.renderer(); }
+ LayoutBoxModelObject* layoutObject() const { return m_owningLayer.layoutObject(); }
LayerCompositor* compositor() const { return m_owningLayer.compositor(); }
void updateInternalHierarchy();

Powered by Google App Engine
This is Rietveld 408576698