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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h

Issue 2698843004: Correct for enclosing layers scroll position in sticky_data->main_thread_offset (Closed)
Patch Set: Address reviewer comments Created 3 years, 10 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 0dda1a4a9cd0574022b3d81de5e482a3f2acfcd5..46408b00350acf7af14a97e44c29f4519b348715 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
@@ -247,8 +247,6 @@ class CORE_EXPORT CompositedLayerMapping final : public GraphicsLayerClient {
void updateFilters(const ComputedStyle&);
void updateBackdropFilters(const ComputedStyle&);
- void updateStickyConstraints(const ComputedStyle&);
-
void setBlendMode(WebBlendMode);
bool needsGraphicsLayerUpdate() {
@@ -365,6 +363,7 @@ class CORE_EXPORT CompositedLayerMapping final : public GraphicsLayerClient {
const FloatSize& relativeCompositingBoundsSize);
void updateScrollingLayerGeometry(const IntRect& localCompositingBounds);
void updateChildClippingMaskLayerGeometry();
+ void updateStickyConstraints(const ComputedStyle&, const PaintLayer*);
void createPrimaryGraphicsLayer();
void destroyGraphicsLayers();

Powered by Google App Engine
This is Rietveld 408576698