| 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 1988779fc202731c6c2b9e241a63742c4163c1d4..5056e2e1b3a681cd219fb622fbc431d016aa7c85 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);
|
|
|
|
|