| Index: third_party/libva/va/va_trace.h
|
| diff --git a/third_party/libva/va/va_trace.h b/third_party/libva/va/va_trace.h
|
| index 141e7c3d3e60e9b930b64f55ea6958bfd3d6b7b8..04c7c1f07e4d9697d358735a46ffcb0240cad8a3 100644
|
| --- a/third_party/libva/va/va_trace.h
|
| +++ b/third_party/libva/va/va_trace.h
|
| @@ -78,6 +78,9 @@ void va_TraceCreateConfig(
|
| );
|
|
|
| DLL_HIDDEN
|
| +void va_TraceDestroyConfig(VADisplay dpy, VAConfigID config_id);
|
| +
|
| +DLL_HIDDEN
|
| void va_TraceCreateSurfaces(
|
| VADisplay dpy,
|
| int width,
|
| @@ -109,6 +112,9 @@ void va_TraceCreateContext(
|
| );
|
|
|
| DLL_HIDDEN
|
| +void va_TraceDestroyContext(VADisplay dpy, VAContextID context);
|
| +
|
| +DLL_HIDDEN
|
| void va_TraceCreateBuffer (
|
| VADisplay dpy,
|
| VAContextID context, /* in */
|
|
|