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 bcb7bc8d207f3ebcb9c7cf010c2b08c7f3c2c9c7..8d1778124f4fba16b9cbcf763b5fedfe43af4ad3 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -49,6 +49,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(const FilterOperations&); |
void setBackdropFilters(const FilterOperations&); |
+ void setStickyPositionConstraint(const WebLayerStickyPositionConstraint&); |
+ |
void setFilterQuality(SkFilterQuality); |
// Some GraphicsLayers paint only the foreground or the background content |