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

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

Issue 2911463002: Unify the calculation of main thread offset of sticky element (Closed)
Patch Set: Bug fix Created 3 years, 6 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 a52883f2143cc0db5f0770930770836a8b8ab149..006d0e0968275d2cef0ad4a3eaa44c6eed219aea 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -67,9 +67,6 @@ class ScrollingCoordinator;
class StickyPositionScrollingConstraints;
class SubtreeLayoutScope;
-typedef WTF::HashMap<PaintLayer*, StickyPositionScrollingConstraints>
- StickyConstraintsMap;
-
struct CORE_EXPORT PaintLayerScrollableAreaRareData {
WTF_MAKE_NONCOPYABLE(PaintLayerScrollableAreaRareData);
USING_FAST_MALLOC(PaintLayerScrollableAreaRareData);

Powered by Google App Engine
This is Rietveld 408576698