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 0b117dc988b72e59f6dc3c59818cfba45a43684b..8e54f8cd2522bc7efde8210e5859a792f617c090 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -34,6 +34,7 @@ |
#include "platform/geometry/FloatSize.h" |
#include "platform/geometry/IntRect.h" |
#include "platform/graphics/Color.h" |
+#include "platform/graphics/CompositorElementId.h" |
#include "platform/graphics/ContentLayerDelegate.h" |
#include "platform/graphics/GraphicsContext.h" |
#include "platform/graphics/GraphicsLayerClient.h" |
@@ -246,7 +247,7 @@ public: |
// Exposed for tests. |
WebLayer* contentsLayer() const { return m_contentsLayer; } |
- void setElementId(uint64_t); |
+ void setElementId(const CompositorElementId&); |
void setCompositorMutableProperties(uint32_t); |
static void setDrawDebugRedFillForTesting(bool); |