Bug 873913 - Make OnNewFrame a pure virtual function. r=kchen

This commit is contained in:
Steven Lee 2013-05-29 20:37:36 -04:00
parent 3ae3695236
commit 85f72fd4f3

View File

@ -13,7 +13,7 @@ namespace mozilla {
class CameraPreviewFrameCallback {
public:
virtual void OnNewFrame(const gfxIntSize& aIntrinsicSize, layers::Image* aImage);
virtual void OnNewFrame(const gfxIntSize& aIntrinsicSize, layers::Image* aImage) = 0;
};
/**