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

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

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (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/LayerReflectionInfo.h ('k') | Source/core/layout/LayerScrollableArea.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayerReflectionInfo.cpp
diff --git a/Source/core/layout/LayerReflectionInfo.cpp b/Source/core/layout/LayerReflectionInfo.cpp
index ba145f215cfa996326f907674915400bc7785271..88710af7b6e56b5ec2f218edc179b9127bba9013 100644
--- a/Source/core/layout/LayerReflectionInfo.cpp
+++ b/Source/core/layout/LayerReflectionInfo.cpp
@@ -56,7 +56,7 @@
namespace blink {
-LayerReflectionInfo::LayerReflectionInfo(RenderBox& renderer)
+LayerReflectionInfo::LayerReflectionInfo(LayoutBox& renderer)
: m_box(&renderer)
, m_isPaintingInsideReflection(false)
{
« no previous file with comments | « Source/core/layout/LayerReflectionInfo.h ('k') | Source/core/layout/LayerScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698