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

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

Issue 2130683002: [Experiment] purge-and-suspend Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 5 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/OverflowModel.h
diff --git a/third_party/WebKit/Source/core/layout/OverflowModel.h b/third_party/WebKit/Source/core/layout/OverflowModel.h
index f8640adf64833349bbc852e58b02dd9b0a5c7a39..5a9c5f2b5e531ba791c2b59fd01d051107ddcca0 100644
--- a/third_party/WebKit/Source/core/layout/OverflowModel.h
+++ b/third_party/WebKit/Source/core/layout/OverflowModel.h
@@ -135,6 +135,8 @@ private:
// visual overflow.
class BoxOverflowModel {
+ WTF_MAKE_NONCOPYABLE(BoxOverflowModel);
+ USING_FAST_MALLOC(BoxOverflowModel);
public:
BoxOverflowModel(const LayoutRect& layoutRect, const LayoutRect& selfVisualOverflowRect)
: m_layoutOverflow(layoutRect)

Powered by Google App Engine
This is Rietveld 408576698