Fixes for e288e4036
authorPlatonides <platonides@gmail.com>
Fri, 8 Mar 2013 12:07:32 +0000 (13:07 +0100)
committerPlatonides <platonides@gmail.com>
Fri, 8 Mar 2013 20:57:23 +0000 (21:57 +0100)
commitd1bc1b968b137315ca7806ddaa73776c97138ddf
tree72cf7feb028a3dd5fa2387373ed969343295ea8d
parente288e4036c28b36c561c423e9df65cf0a07190a1
Fixes for e288e4036

Changed static calls to instance functions.

Make BitmapHandler::rotate() non-static.

We don't have a Bitmap class. It should have
been falling back to BitmapHandler class.
(JpegHandler ← ExifBitmapHandler ← BitmapHandler)

Change-Id: I17be410456b00cef2ded8d6e2282ae0de4785695
includes/api/ApiImageRotate.php
includes/media/Bitmap.php
includes/media/ExifBitmap.php
includes/media/Jpeg.php