commit | 9266c558bf1d21ff647525ff99f7dadbca417309 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Thu Jan 15 16:12:10 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Thu Jan 15 16:12:10 2009 -0800 |
tree | 1630b1ba80f4793caf39d865528e662bdb1037fe | |
parent | b798689749c64baba81f02e10cf2157c747d6b46 [diff] [blame] |
auto import from //branches/cupcake/...@126645
diff --git a/include/ui/Surface.h b/include/ui/Surface.h index 2e24f86..33953a9 100644 --- a/include/ui/Surface.h +++ b/include/ui/Surface.h
@@ -92,6 +92,7 @@ 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