Bug 1249245 - Add missing header gfxPrefs.h to GrallocTextureClient.cpp. r=cyu draft
authorKan-Ru Chen <kanru@kanru.info>
Thu, 18 Feb 2016 18:59:38 +0800
changeset 331852 1bcd3b9e5866eee7a9b7e236299043ec67c02a69
parent 331829 f5a6fa884f9f478f660b733459ec2df6b5d70576
child 514476 ce8b35cf166994da00a458d824e0390e233ca24f
push id11089
push userbmo:kchen@mozilla.com
push dateThu, 18 Feb 2016 11:29:44 +0000
reviewerscyu
bugs1249245
milestone47.0a1
Bug 1249245 - Add missing header gfxPrefs.h to GrallocTextureClient.cpp. r=cyu MozReview-Commit-ID: ILck1Eh6XGU
gfx/layers/opengl/GrallocTextureClient.cpp
--- a/gfx/layers/opengl/GrallocTextureClient.cpp
+++ b/gfx/layers/opengl/GrallocTextureClient.cpp
@@ -7,16 +7,17 @@
 
 #include "mozilla/gfx/2D.h"
 #include "mozilla/layers/AsyncTransactionTracker.h" // for AsyncTransactionTracker
 #include "mozilla/layers/GrallocTextureClient.h"
 #include "mozilla/layers/CompositableForwarder.h"
 #include "mozilla/layers/ISurfaceAllocator.h"
 #include "mozilla/layers/ShadowLayerUtilsGralloc.h"
 #include "gfx2DGlue.h"
+#include "gfxPrefs.h" // for gfxPrefs
 #include "SharedSurfaceGralloc.h"
 
 #if defined(MOZ_WIDGET_GONK) && ANDROID_VERSION >= 17
 #include <ui/Fence.h>
 #endif
 
 namespace mozilla {
 namespace layers {