Code review comment for lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/dpr

Revision history for this message
Loïc Molinari (loic.molinari) wrote :

> +++ modules/Ubuntu/Components/plugin/ucunits.h
> + float devicePixelRatio() const;
> should I worry about ABI breaking?

No worries, it's not an ABI break. And actually we don't care about ABI breaks since we don't export the shared object as a lib.

« Back to merge proposal