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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutState.h

Issue 1833493003: Remove ForceHorriblySlowRectMapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pi
Patch Set: Created 4 years, 9 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
Index: third_party/WebKit/Source/core/layout/LayoutState.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutState.h b/third_party/WebKit/Source/core/layout/LayoutState.h
index bbc509d895ca4e777979f8584edfd0888fc16221..8be94f2d8dcb946deebdfa3564c08241029ad4c1 100644
--- a/third_party/WebKit/Source/core/layout/LayoutState.h
+++ b/third_party/WebKit/Source/core/layout/LayoutState.h
@@ -33,7 +33,6 @@
namespace blink {
-class ForceHorriblySlowRectMapping;
class LayoutBox;
class LayoutFlowThread;
class LayoutObject;
@@ -94,8 +93,6 @@ public:
LayoutObject& layoutObject() const { return m_layoutObject; }
private:
- friend class ForceHorriblySlowRectMapping;
-
// Do not add anything apart from bitfields until after m_flowThread. See https://bugs.webkit.org/show_bug.cgi?id=100173
bool m_isPaginated : 1;
// If our page height has changed, this will force all blocks to relayout.

Powered by Google App Engine
This is Rietveld 408576698