| 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 867a43c3ea85e6ac4f1a7361ce1cf877b5387a78..1d174bec856045e7b7182efcae3a820006d3a0c8 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 SetOffsetForStickyPosition(const WebSize&);
|
|
|
| void SetFilterQuality(SkFilterQuality);
|
|
|
|
|