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 529ae1fda45d58d98bbb1f5f552c7318ea9c5307..a565bc65fa5e6af761b653b886a8700593c2c77a 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -86,6 +86,7 @@ public: |
void setCompositingReasons(CompositingReasons); |
CompositingReasons compositingReasons() const { return m_debugInfo.compositingReasons(); } |
+ void setSquashingDisallowedReasons(SquashingDisallowedReasons); |
void setOwnerNodeId(int); |
GraphicsLayer* parent() const { return m_parent; } |