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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.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/layout/compositing/CompositedLayerMapping.h
diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
index e5a74bee86a38da034dc05cf5d517a90b2e62219..a9c13519cf420c4563f226f3eac8055206676a44 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
@@ -368,7 +368,7 @@ class CORE_EXPORT CompositedLayerMapping final : public GraphicsLayerClient {
const FloatSize& relative_compositing_bounds_size);
void UpdateScrollingLayerGeometry(const IntRect& local_compositing_bounds);
void UpdateChildClippingMaskLayerGeometry();
- void UpdateStickyConstraints(const ComputedStyle&, const PaintLayer*);
+ void UpdateStickyConstraints(const ComputedStyle&);
void CreatePrimaryGraphicsLayer();
void DestroyGraphicsLayers();

Powered by Google App Engine
This is Rietveld 408576698