Index: Source/core/platform/graphics/GraphicsLayer.h |
diff --git a/Source/core/platform/graphics/GraphicsLayer.h b/Source/core/platform/graphics/GraphicsLayer.h |
index 621578d199caed83e222669ad9293d63a3625322..57091309c97953c3b370ab9cfb6c3429c92c2cd8 100644 |
--- a/Source/core/platform/graphics/GraphicsLayer.h |
+++ b/Source/core/platform/graphics/GraphicsLayer.h |
@@ -232,6 +232,8 @@ public: |
// Layer ID from platform-specific layer. Only used to identify layers in the compositor for debugging purposes. |
int debugID() const; |
+ void setCompositingReasons(CompositingReasons); |
+ |
GraphicsLayer* parent() const { return m_parent; }; |
void setParent(GraphicsLayer*); // Internal use only. |