Bug 1292632 part 2: Add missing "using" decl for IntRect in IDecodingTask.cpp. r=seth

MozReview-Commit-ID: 6OeckqKu7k7
This commit is contained in:
Daniel Holbert
2016-08-05 17:09:47 -07:00
parent 6c2b9bb284
commit 5b19d7b1bb

View File

@@ -13,6 +13,9 @@
#include "RasterImage.h"
namespace mozilla {
using gfx::IntRect;
namespace image {
///////////////////////////////////////////////////////////////////////////////