| 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 8734bc1d7e069081821d82219d5118f0b029f47e..1b47ccff10ca66306289c5268a017e3917eec0dc 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -48,6 +48,7 @@
|
| #include "public/platform/WebContentLayer.h"
|
| #include "public/platform/WebImageLayer.h"
|
| #include "public/platform/WebLayerScrollClient.h"
|
| +#include "public/platform/WebLayerStickyPositionConstraint.h"
|
| #include "third_party/skia/include/core/SkFilterQuality.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| #include "wtf/Vector.h"
|
| @@ -174,6 +175,8 @@ public:
|
| void setFilters(CompositorFilterOperations);
|
| void setBackdropFilters(CompositorFilterOperations);
|
|
|
| + void setStickyPositionConstraint(const WebLayerStickyPositionConstraint&);
|
| +
|
| void setFilterQuality(SkFilterQuality);
|
|
|
| // Some GraphicsLayers paint only the foreground or the background content
|
|
|