diff options
author | Mathias Agopian <mathias@google.com> | 2009-07-06 19:04:03 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-07-06 19:04:55 -0700 |
commit | 94aadce3a266fc63c2ae81e67c847a89c4961ef4 (patch) | |
tree | 748e4e76999d0ff9e6a0223f6ce9bd51623832e1 | |
parent | 48f7d85d7b6be25f17f269adc7794e53121bbe2c (diff) | |
download | frameworks_base-94aadce3a266fc63c2ae81e67c847a89c4961ef4.zip frameworks_base-94aadce3a266fc63c2ae81e67c847a89c4961ef4.tar.gz frameworks_base-94aadce3a266fc63c2ae81e67c847a89c4961ef4.tar.bz2 |
trying to fix the sim, I'm not even sure this syntaxe is valid, but my compilo doesn't complain
-rw-r--r-- | libs/surfaceflinger/SurfaceFlinger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaceflinger/SurfaceFlinger.h b/libs/surfaceflinger/SurfaceFlinger.h index d0095a2..e8687a7 100644 --- a/libs/surfaceflinger/SurfaceFlinger.h +++ b/libs/surfaceflinger/SurfaceFlinger.h @@ -183,6 +183,7 @@ private: friend class LayerBase; friend class LayerBuffer; friend class LayerBaseClient; + friend class LayerBaseClient::Surface; friend class Layer; friend class LayerBlur; friend class LayerDim; |