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

Unified Diff: Source/core/rendering/style/FillLayer.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
Index: Source/core/rendering/style/FillLayer.h
diff --git a/Source/core/rendering/style/FillLayer.h b/Source/core/rendering/style/FillLayer.h
index 381d0ec96243bc97f256cded99cf57e57964f6c7..d2b81882e72d227897f98b0a9cbdd2613365a43a 100644
--- a/Source/core/rendering/style/FillLayer.h
+++ b/Source/core/rendering/style/FillLayer.h
@@ -171,7 +171,7 @@ public:
return m_next ? m_next->hasFixedImage() : false;
}
- bool hasOpaqueImage(const RenderObject*) const;
+ bool hasOpaqueImage(const LayoutObject*) const;
bool hasRepeatXY() const;
bool clipOccludesNextLayers(bool firstLayer) const;

Powered by Google App Engine
This is Rietveld 408576698