summaryrefslogtreecommitdiff
path: root/include/surfaceflinger/Surface.h
diff options
context:
space:
mode:
author Dharmaray Kundargi <dharmaray@google.com> 2011-01-17 10:52:23 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2011-01-17 10:52:23 -0800
commitf47c93b79c8eb0eb60ad3fb540c92d67f817ef24 (patch)
tree626207deaea4ddd39284856eb073ca58f6a97c87 /include/surfaceflinger/Surface.h
parent6449492fb2fad168970e56603c907c85339992cd (diff)
parentb6783164e89690209084766a363450987e87c74e (diff)
Merge "integrate videoeditor preview player." into honeycomb
Diffstat (limited to 'include/surfaceflinger/Surface.h')
-rw-r--r--include/surfaceflinger/Surface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/surfaceflinger/Surface.h b/include/surfaceflinger/Surface.h
index 5532052864..d783caff2a 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<ISurface>& 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;