Bug 1166649 - Fix GrallocTextureClient.cpp unified build bustage. r=nical

This commit is contained in:
Kan-Ru Chen 2015-05-20 02:40:00 -04:00
parent a35cd2c970
commit d41cac193c

View File

@ -14,6 +14,10 @@
#include "gfx2DGlue.h"
#include "SharedSurfaceGralloc.h"
#if defined(MOZ_WIDGET_GONK) && ANDROID_VERSION >= 17
#include <ui/Fence.h>
#endif
namespace mozilla {
namespace layers {