| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| index 4d936010ae23f226738045b0e6c427c495bbee7a..757aff16fb82c6269c584e34d4180035b7a90597 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| @@ -351,6 +351,7 @@ std::unique_ptr<TracedValue> Data(LayoutObject*,
|
| namespace InspectorPaintImageEvent {
|
| std::unique_ptr<TracedValue> Data(const LayoutImage&);
|
| std::unique_ptr<TracedValue> Data(const LayoutObject&, const StyleImage&);
|
| +std::unique_ptr<TracedValue> Data(Node*, const StyleImage&);
|
| std::unique_ptr<TracedValue> Data(const LayoutObject*,
|
| const ImageResourceContent&);
|
| }
|
|
|