Bug 1105109 - Fix unified build errors. r=kats draft
authorBotond Ballo <botond@mozilla.com>
Fri, 07 Jul 2017 18:11:51 -0400
changeset 616383 34028b198e99cdf5fe9ef0b9a65d3f6a9412c3ee
parent 616188 4b2eb29e498d460a2f222af901854c114bce8cbf
child 616384 fd1c08ddcba2af6bc4c2eff7c3766889d040a625
push id70657
push userbballo@mozilla.com
push dateWed, 26 Jul 2017 23:38:40 +0000
reviewerskats
bugs1105109
milestone56.0a1
Bug 1105109 - Fix unified build errors. r=kats MozReview-Commit-ID: 9zPugF4814A
gfx/layers/composite/TextureHost.cpp
--- a/gfx/layers/composite/TextureHost.cpp
+++ b/gfx/layers/composite/TextureHost.cpp
@@ -56,16 +56,18 @@
 #define RECYCLE_LOG(...) printf_stderr(__VA_ARGS__)
 #else
 #define RECYCLE_LOG(...) do { } while (0)
 #endif
 
 namespace mozilla {
 namespace layers {
 
+using gfx::gfxVars;
+
 /**
  * TextureParent is the host-side IPDL glue between TextureClient and TextureHost.
  * It is an IPDL actor just like LayerParent, CompositableParent, etc.
  */
 class TextureParent : public ParentActor<PTextureParent>
 {
 public:
   explicit TextureParent(HostIPCAllocator* aAllocator, uint64_t aSerial, const wr::MaybeExternalImageId& aExternalImageId);