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