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 de584cc2eb4853230fa364bea5e5f03988960242..1c3fc1e61748777277240138a8024a5adabd4749 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -261,6 +261,9 @@ public: |
// Exposed for tests. |
WebLayer* contentsLayer() const { return m_contentsLayer; } |
+ void setElementId(uint64_t); |
+ void setCompositorMutableProperties(uint32_t); |
+ |
static void setDrawDebugRedFillForTesting(bool); |
ContentLayerDelegate* contentLayerDelegateForTesting() const { return m_contentLayerDelegate.get(); } |