| Index: third_party/WebKit/Source/platform/graphics/CompositorElementId.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorElementId.h b/third_party/WebKit/Source/platform/graphics/CompositorElementId.h
|
| index 63367e2c7ee5013477242fecc586daf6ee0c1689..f1db6d65fa9a75f73fd265c0517f311fca842826 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorElementId.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorElementId.h
|
| @@ -6,6 +6,7 @@
|
| #define CompositorElementId_h
|
|
|
| #include "cc/trees/element_id.h"
|
| +#include "platform/PlatformExport.h"
|
|
|
| namespace blink {
|
|
|
| @@ -13,6 +14,8 @@ namespace blink {
|
| // abstract element (a group of layers or property tree nodes). Must be unique.
|
| using CompositorElementId = cc::ElementId;
|
|
|
| +PLATFORM_EXPORT CompositorElementId nextCompositorElementId();
|
| +
|
| } // namespace blink
|
|
|
| #endif // CompositorElementId_h
|
|
|