| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index 8ed6290d8515c53c48f23818811495dd396f11bf..cc0da27b63d077571fff04e03f4c561f45fca60c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -183,6 +183,7 @@ class PLATFORM_EXPORT GraphicsLayer : public cc::LayerClient,
|
| void SetBackdropFilters(CompositorFilterOperations);
|
|
|
| void SetStickyPositionConstraint(const WebLayerStickyPositionConstraint&);
|
| + void SetStickyMainThreadOffset(const WebSize&);
|
|
|
| void SetFilterQuality(SkFilterQuality);
|
|
|
|
|