diff options
| author | 2009-01-15 16:12:10 -0800 | |
|---|---|---|
| committer | 2009-01-15 16:12:10 -0800 | |
| commit | 8a7a67538a9977c892389bfcde76a8372aa0b56c (patch) | |
| tree | 0782f82f223ddeafa9b08bd2121ded38212f67f7 /include/ui/Surface.h | |
| parent | 276293246ea9cbc0a578a7697cc48930376ec0e9 (diff) | |
auto import from //branches/cupcake/...@126645
Diffstat (limited to 'include/ui/Surface.h')
| -rw-r--r-- | include/ui/Surface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/Surface.h b/include/ui/Surface.h index 2e24f8685f..33953a9533 100644 --- a/include/ui/Surface.h +++ b/include/ui/Surface.h @@ -92,6 +92,7 @@ private: friend class MediaRecorder; // mediaplayer needs access to ISurface for display friend class MediaPlayer; + friend class Test; const sp<ISurface>& getISurface() const { return mSurface; } // can't be copied |