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

Unified Diff: Source/core/frame/FrameView.h

Issue 1122453002: Revert of Put LayoutAnalyzer back behind disabled-by-default-blink.debug.layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 9ff3829a9781ec11f422ee487b3c465f2eabc7cd..695312d437f22c9c6a58e024aaae0ddddda96911 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -576,7 +576,7 @@
int viewportWidth() const;
- LayoutAnalyzer* layoutAnalyzer() { return m_analyzer.get(); }
+ LayoutAnalyzer& layoutAnalyzer() { return m_analyzer; }
protected:
// Scroll the content via the compositor.
@@ -717,7 +717,6 @@
ScrollingCoordinator* scrollingCoordinator();
- void prepareLayoutAnalyzer();
PassRefPtr<TracedValue> analyzerCounters();
// LayoutObject for the viewport-defining element (see Document::viewportDefiningElement).
@@ -851,7 +850,7 @@
bool m_clipsRepaints;
- OwnPtr<LayoutAnalyzer> m_analyzer;
+ LayoutAnalyzer m_analyzer;
};
inline void FrameView::incrementVisuallyNonEmptyCharacterCount(unsigned count)
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698