fix [2168528] enable glTexImage2D code path in SF for software-only buffers
diff --git a/libs/surfaceflinger/Layer.h b/libs/surfaceflinger/Layer.h
index e176cfc..6f59241 100644
--- a/libs/surfaceflinger/Layer.h
+++ b/libs/surfaceflinger/Layer.h
@@ -107,6 +107,7 @@
     sp<Surface>             mSurface;
 
             bool            mSecure;
+            bool            mNoEGLImageForSwBuffers;
             int32_t         mFrontBufferIndex;
             bool            mNeedsBlending;
             bool            mNeedsDithering;