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

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

Issue 23072015: Get rid of lazy block. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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/RenderObject.cpp ('k') | Source/core/rendering/RenderView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderView.h
diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
index 80061e0f7d9c10cacd74536cf95ab91e1eb11ef5..21ba4f4335933673f1cd4ffe9d09d1e50613f07f 100644
--- a/Source/core/rendering/RenderView.h
+++ b/Source/core/rendering/RenderView.h
@@ -33,7 +33,6 @@ namespace WebCore {
class CustomFilterGlobalContext;
class FlowThreadController;
class RenderLayerCompositor;
-class RenderLazyBlock;
class RenderQuote;
class RenderWidget;
@@ -185,10 +184,6 @@ public:
void setRenderQuoteHead(RenderQuote* head) { m_renderQuoteHead = head; }
RenderQuote* renderQuoteHead() const { return m_renderQuoteHead; }
- void setFirstLazyBlock(RenderLazyBlock* block) { m_firstLazyBlock = block; }
- RenderLazyBlock* firstLazyBlock() const { return m_firstLazyBlock; }
- void markLazyBlocksForLayout();
-
// FIXME: This is a work around because the current implementation of counters
// requires walking the entire tree repeatedly and most pages don't actually use either
// feature so we shouldn't take the performance hit when not needed. Long term we should
@@ -283,7 +278,6 @@ private:
OwnPtr<FlowThreadController> m_flowThreadController;
RefPtr<IntervalArena> m_intervalArena;
- RenderLazyBlock* m_firstLazyBlock;
RenderQuote* m_renderQuoteHead;
unsigned m_renderCounterCount;
};
« no previous file with comments | « Source/core/rendering/RenderObject.cpp ('k') | Source/core/rendering/RenderView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698