OSDN Git Service

drm_hwcomposer: fix typo in formats switch statement
[android-x86/external-drm_hwcomposer.git] / drmcompositorworker.h
index 00e14ee..731bc65 100644 (file)
@@ -34,6 +34,7 @@ class DrmCompositorWorker : public Worker {
   void Routine() override;
 
   DrmDisplayCompositor *compositor_;
+  bool did_squash_all_ = false;
 };
 }