From 8a7a67538a9977c892389bfcde76a8372aa0b56c Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Thu, 15 Jan 2009 16:12:10 -0800 Subject: auto import from //branches/cupcake/...@126645 --- include/ui/Surface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ui/Surface.h') 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& getISurface() const { return mSurface; } // can't be copied -- cgit v1.2.3-59-g8ed1b