commit | eda65400f5ae301e26c5f52287d831f063069ec2 | [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 | 7761c37543be75a8f97e40f86fac897edbf7f792 | |
parent | d2fa75683ad20749f97e12ac2f70e91e25f9def9 [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>