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 dbd05d3fb7ee6d27c9619df102e65efd97ae131f..9a74dd1038ba0d730bb077b616a74e39fbf23294 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -266,6 +266,8 @@ class PLATFORM_EXPORT GraphicsLayer : public WebLayerScrollClient, |
WebLayer* contentsLayer() const { return m_contentsLayer; } |
void setElementId(const CompositorElementId&); |
+ CompositorElementId elementId() const; |
+ |
void setCompositorMutableProperties(uint32_t); |
ContentLayerDelegate* contentLayerDelegateForTesting() const { |