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

Unified Diff: Source/core/rendering/RenderView.cpp

Issue 934853002: Move and rename RenderQuote and RenderWordBreak. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/rendering/RenderView.h ('k') | Source/core/rendering/RenderWordBreak.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderView.cpp
diff --git a/Source/core/rendering/RenderView.cpp b/Source/core/rendering/RenderView.cpp
index 2f87e94d2ef2504dabdb6e90e6ef31314973e6b3..8e54ecd752911d3713468f519b22b758e9d8cf5f 100644
--- a/Source/core/rendering/RenderView.cpp
+++ b/Source/core/rendering/RenderView.cpp
@@ -35,11 +35,11 @@
#include "core/layout/LayoutFlowThread.h"
#include "core/layout/LayoutGeometryMap.h"
#include "core/layout/LayoutPart.h"
+#include "core/layout/LayoutQuote.h"
#include "core/layout/compositing/CompositedLayerMapping.h"
#include "core/layout/compositing/LayerCompositor.h"
#include "core/page/Page.h"
#include "core/paint/ViewPainter.h"
-#include "core/rendering/RenderQuote.h"
#include "core/rendering/RenderScrollbarPart.h"
#include "core/svg/SVGDocumentExtensions.h"
#include "platform/TraceEvent.h"
@@ -59,7 +59,7 @@ RenderView::RenderView(Document* document)
, m_pageLogicalHeight(0)
, m_pageLogicalHeightChanged(false)
, m_layoutState(0)
- , m_renderQuoteHead(nullptr)
+ , m_layoutQuoteHead(nullptr)
, m_layoutCounterCount(0)
, m_hitTestCount(0)
{
« no previous file with comments | « Source/core/rendering/RenderView.h ('k') | Source/core/rendering/RenderWordBreak.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698