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

Unified Diff: Source/core/layout/LayoutReplica.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/LayoutReplica.h ('k') | Source/core/layout/LayoutScrollbar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutReplica.cpp
diff --git a/Source/core/layout/LayoutReplica.cpp b/Source/core/layout/LayoutReplica.cpp
index a2291a7e53d78524c42c6652c42686811251649b..56553871aabe1619e6b45f95f1859a65452fe518 100644
--- a/Source/core/layout/LayoutReplica.cpp
+++ b/Source/core/layout/LayoutReplica.cpp
@@ -35,7 +35,7 @@
namespace blink {
LayoutReplica::LayoutReplica()
- : RenderBox(0)
+ : LayoutBox(0)
{
// This is a hack. Replicas are synthetic, and don't pick up the attributes of the
// renderers being replicated, so they always report that they are inline, non-replaced.
« no previous file with comments | « Source/core/layout/LayoutReplica.h ('k') | Source/core/layout/LayoutScrollbar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698