Bug 662649. DrawFPS: Add a comment about why DrawFPS is a little weird.

This commit is contained in:
Jeff Muizelaar 2011-06-22 14:49:31 -04:00
parent f15d555c8f
commit d2cc193c0b

View File

@ -538,6 +538,8 @@ LayerManagerOGL::RootLayer() const
return static_cast<LayerOGL*>(mRoot->ImplData());
}
/* This function tries to stick to portable C89 as much as possible
* so that it can be easily copied into other applications */
void
LayerManagerOGL::FPSState::DrawFPS(GLContext* context, CopyProgram* copyprog)
{