diff options
author | Mathias Agopian <mathias@google.com> | 2012-06-20 17:51:20 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-06-28 17:27:19 -0700 |
commit | 1b03149f3533db04e72e088d3fdd09d0087ca594 (patch) | |
tree | 1921dc46aa06157ba601ef3a14a68f47cb024bf9 /services/surfaceflinger/EventThread.h | |
parent | 3094df359d1e6e2ae8ca4e935cc093f563804c96 (diff) | |
download | frameworks_native-1b03149f3533db04e72e088d3fdd09d0087ca594.zip frameworks_native-1b03149f3533db04e72e088d3fdd09d0087ca594.tar.gz frameworks_native-1b03149f3533db04e72e088d3fdd09d0087ca594.tar.bz2 |
get rid of GraphicPlane
its functionality is now folded into DisplayHardware
there will be more changes in that area.
Diffstat (limited to 'services/surfaceflinger/EventThread.h')
-rw-r--r-- | services/surfaceflinger/EventThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/EventThread.h b/services/surfaceflinger/EventThread.h index b42cab6..04c8f53 100644 --- a/services/surfaceflinger/EventThread.h +++ b/services/surfaceflinger/EventThread.h @@ -27,7 +27,7 @@ #include <utils/threads.h> #include <utils/SortedVector.h> -#include "DisplayHardware/DisplayHardware.h" +#include "DisplayHardware.h" // --------------------------------------------------------------------------- |