commit | 8c20ca39c1248bc876ab164b37ae36261c86ad98 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Feb 22 03:15:57 2010 -0800 |
committer | Mathias Agopian <mathias@google.com> | Mon Feb 22 17:30:40 2010 -0800 |
tree | b5343a655b4e0cbef26a3ca0ebdaa54d7c3fbdcc | |
parent | 33285c37abee6d95d0ac55cd7e9889cdc8d96d14 [diff] [blame] |
remove a dependency of surfaceflinger on libskia libskia was only used for a small part of SkTransform. We now implement Transform is surfaceflinger directly.
diff --git a/libs/surfaceflinger/LayerBase.h b/libs/surfaceflinger/LayerBase.h index d1bbd04..6aacd82 100644 --- a/libs/surfaceflinger/LayerBase.h +++ b/libs/surfaceflinger/LayerBase.h
@@ -22,6 +22,7 @@ #include <EGL/egl.h> #include <EGL/eglext.h> +#include <GLES/gl.h> #include <utils/RefBase.h>