| Index: ppapi/thunk/ppb_graphics_3d_api.h
|
| diff --git a/ppapi/thunk/ppb_graphics_3d_api.h b/ppapi/thunk/ppb_graphics_3d_api.h
|
| index 845b35f5f4fc07c4efa7c97455ab458fe9504d80..9c2e31228df20bd8c1aa605605948fb7fea05f31 100644
|
| --- a/ppapi/thunk/ppb_graphics_3d_api.h
|
| +++ b/ppapi/thunk/ppb_graphics_3d_api.h
|
| @@ -35,7 +35,9 @@ class PPAPI_THUNK_EXPORT PPB_Graphics3D_API {
|
| virtual int32_t SwapBuffers(scoped_refptr<TrackedCallback> callback) = 0;
|
| virtual int32_t SwapBuffersWithSyncToken(
|
| scoped_refptr<TrackedCallback> callback,
|
| - const gpu::SyncToken& sync_token) = 0;
|
| + const gpu::SyncToken& sync_token,
|
| + int32_t width,
|
| + int32_t height) = 0;
|
| virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) = 0;
|
|
|
| // Graphics3DTrusted API.
|
|
|