clutter-stage-cogl: Convert CoglFrameInfo -> ClutterFrameInfo timestamps
Graphics drivers and hence Cogl provide timestamps relative to
cogl_get_clock_time
. But Clutter expects timestamps relative to
g_get_monotonic_time
. These are usually the same but won't always
be for every graphics driver. So convert between the two clocks.