From b6783164e89690209084766a363450987e87c74e Mon Sep 17 00:00:00 2001 From: Dharmaray Kundargi Date: Sun, 16 Jan 2011 16:43:20 -0800 Subject: [PATCH] integrate videoeditor preview player. Change-Id: I83084f494605c8e6f4d198afa8c36f9e29579667 --- include/surfaceflinger/Surface.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/surfaceflinger/Surface.h b/include/surfaceflinger/Surface.h index 553205286..d783caff2 100644 --- a/include/surfaceflinger/Surface.h +++ b/include/surfaceflinger/Surface.h @@ -100,6 +100,9 @@ private: friend class MediaPlayer; // for testing friend class Test; + // videoEditor preview classes + friend class VideoEditorPreviewController; + const sp& getISurface() const { return mSurface; } @@ -181,6 +184,9 @@ private: friend class SoftwareRenderer; // this is just to be able to write some unit tests friend class Test; + // videoEditor preview classes + friend class VideoEditorPreviewController; + friend class PreviewRenderer; private: friend class SurfaceComposerClient;