commit | 945ebbfd3dc07c7168602a1603eeb76ea7425376 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Jun 18 18:48:39 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Jun 18 18:48:39 2009 -0700 |
tree | 84d870c92c75c4e01ce1da91de579342a75260ee | |
parent | aa6e88b80854dbcaa12678e77ffd440006faf828 [diff] [blame] |
implement dimming with a texture on msm7k so it uses copybit
diff --git a/libs/surfaceflinger/SurfaceFlinger.h b/libs/surfaceflinger/SurfaceFlinger.h index ebe315a..ac13340 100644 --- a/libs/surfaceflinger/SurfaceFlinger.h +++ b/libs/surfaceflinger/SurfaceFlinger.h
@@ -180,6 +180,7 @@ friend class LayerBaseClient; friend class Layer; friend class LayerBlur; + friend class LayerDim; sp<ISurface> createSurface(ClientID client, int pid, ISurfaceFlingerClient::surface_data_t* params,