| 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 90884d6706bd7387eb4636ded468b898507c545e..d1d72afdafb098a350aaa07a649e911fcd9d9568 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -34,7 +34,6 @@
|
| #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"
|
| @@ -244,7 +243,7 @@
|
| // Exposed for tests.
|
| WebLayer* contentsLayer() const { return m_contentsLayer; }
|
|
|
| - void setElementId(const CompositorElementId&);
|
| + void setElementId(uint64_t);
|
| void setCompositorMutableProperties(uint32_t);
|
|
|
| static void setDrawDebugRedFillForTesting(bool);
|
|
|