Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
index 3921b0cb96b94f5c3227e939abbae5726d2e4cec..cdd0951dfbe7bd77117e7baa693ff1019d6d9d1b 100644 |
--- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
@@ -60,6 +60,7 @@ private: |
scoped_refptr<cc::Layer> m_rootLayer; |
OwnPtr<WebLayer> m_webLayer; |
Vector<OwnPtr<ContentLayerClientImpl>> m_contentLayerClients; |
+ int m_propertyTreeSequenceNumber; |
}; |
} // namespace blink |