| Index: cc/blink/web_layer_impl.h
|
| diff --git a/cc/blink/web_layer_impl.h b/cc/blink/web_layer_impl.h
|
| index 6bc19372a14b19a8820d501f3f27982434cc8d9f..c19348204b9a98cea5a45c73814e4b44f2f82473 100644
|
| --- a/cc/blink/web_layer_impl.h
|
| +++ b/cc/blink/web_layer_impl.h
|
| @@ -16,6 +16,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "cc/blink/cc_blink_export.h"
|
| #include "cc/layers/layer_client.h"
|
| +#include "cc/trees/element_id.h"
|
| #include "third_party/WebKit/public/platform/WebColor.h"
|
| #include "third_party/WebKit/public/platform/WebDoublePoint.h"
|
| #include "third_party/WebKit/public/platform/WebFloatPoint.h"
|
| @@ -126,8 +127,8 @@ class WebLayerImpl : public blink::WebLayer {
|
| void setLayerClient(cc::LayerClient* client) override;
|
| const cc::Layer* ccLayer() const override;
|
| cc::Layer* ccLayer() override;
|
| - void setElementId(uint64_t id) override;
|
| - uint64_t elementId() const override;
|
| + void setElementId(cc::ElementId id) override;
|
| + cc::ElementId elementId() const override;
|
| void setCompositorMutableProperties(uint32_t properties) override;
|
| uint32_t compositorMutableProperties() const override;
|
|
|
|
|