diff options
| author | Mathias Agopian <mathias@google.com> | 2010-06-01 16:08:48 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-06-01 16:08:48 -0700 |
| commit | bd69e1b8518ccae73719c1a185a4312a910a6206 (patch) | |
| tree | d4943df391acbf19dc7704c617ac0f4d84f78f9b /cmds | |
| parent | 6c2faea435d2f001cec0eaeeeccf7e6273d4f245 (diff) | |
| parent | 5220af87c77e835ccb57580b23915bca9ab7e4ff (diff) | |
| download | frameworks_base-bd69e1b8518ccae73719c1a185a4312a910a6206.zip frameworks_base-bd69e1b8518ccae73719c1a185a4312a910a6206.tar.gz frameworks_base-bd69e1b8518ccae73719c1a185a4312a910a6206.tar.bz2 | |
am 5220af87: am 770492cb: more clean-up in preparation of bigger changes
Diffstat (limited to 'cmds')
| -rw-r--r-- | cmds/bootanimation/BootAnimation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp index ac2eb0d..7a7f8ed 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp @@ -38,7 +38,7 @@ #include <ui/EGLUtils.h> #include <surfaceflinger/ISurfaceComposer.h> -#include <surfaceflinger/ISurfaceFlingerClient.h> +#include <surfaceflinger/ISurfaceComposerClient.h> #include <core/SkBitmap.h> #include <images/SkImageDecoder.h> |
