commit | a49126087b4494f4ef50873f3a3f6727265f6621 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Jul 12 14:25:33 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Jul 19 14:14:58 2012 -0700 |
tree | 0f44f4ad7766f4a8e0f1cb94d7e8641f8d45a79e | |
parent | 3b1d2b6b2bbfb5df46b1059ec52360974e6f1428 [diff] [blame] |
factor EGL/GL and surface creation out of DisplayHardware Change-Id: Icd85a6a4caad06f056578008af3e21666fa8b1f4
diff --git a/services/surfaceflinger/LayerBase.h b/services/surfaceflinger/LayerBase.h index d227b2d..c689297 100644 --- a/services/surfaceflinger/LayerBase.h +++ b/services/surfaceflinger/LayerBase.h
@@ -25,6 +25,7 @@ #include <GLES/gl.h> #include <utils/RefBase.h> +#include <utils/String8.h> #include <ui/Region.h>