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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h

Issue 1999343002: Unify and provide one IsGarbageCollectedType<T> implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test Created 4 years, 7 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/paint/PaintLayerScrollableArea.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
index 581a486cdcd939aa2aa5d7c96856012c9256a255..5a1ac148b1a312f879737b92e96aab68c4190c9a 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -69,7 +69,7 @@ struct PaintLayerScrollableAreaRareData {
WTF_MAKE_NONCOPYABLE(PaintLayerScrollableAreaRareData);
USING_FAST_MALLOC(PaintLayerScrollableAreaRareData);
public:
- PaintLayerScrollableAreaRareData() {}
+ PaintLayerScrollableAreaRareData();
StickyConstraintsMap m_stickyConstraintsMap;
};

Powered by Google App Engine
This is Rietveld 408576698