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

Unified Diff: Source/core/layout/LayerClipper.cpp

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/layout/Layer.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/LayerClipper.cpp
diff --git a/Source/core/layout/LayerClipper.cpp b/Source/core/layout/LayerClipper.cpp
index 93d4e1756c6aa7cbb26fde77b9d32bef3b91ddfe..dedbb492647f05feea549d6a4c84dd2fdc9946e2 100644
--- a/Source/core/layout/LayerClipper.cpp
+++ b/Source/core/layout/LayerClipper.cpp
@@ -50,7 +50,7 @@
namespace blink {
-static void adjustClipRectsForChildren(const RenderObject& renderer, ClipRects& clipRects)
+static void adjustClipRectsForChildren(const LayoutObject& renderer, ClipRects& clipRects)
{
EPosition position = renderer.style()->position();
// A fixed object is essentially the root of its containing block hierarchy, so when
@@ -66,7 +66,7 @@ static void adjustClipRectsForChildren(const RenderObject& renderer, ClipRects&
}
}
-static void applyClipRects(const ClipRectsContext& context, RenderObject& renderer, LayoutPoint offset, ClipRects& clipRects)
+static void applyClipRects(const ClipRectsContext& context, LayoutObject& renderer, LayoutPoint offset, ClipRects& clipRects)
{
ASSERT(renderer.hasOverflowClip() || renderer.hasClip());
« no previous file with comments | « Source/core/layout/Layer.cpp ('k') | Source/core/layout/LayerFilterInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698