From ba2bbcdcbc9781a8e93807b740cfde02b477c9a9 Mon Sep 17 00:00:00 2001 From: Jamie Gennis Date: Sat, 25 Sep 2010 17:58:15 -0700 Subject: [PATCH] Fix the CameraHardwareInterface::setPreviewWindow comment. Change-Id: Ied7eb7872e581e23d9f6f02a551320cdd675e51e --- include/camera/CameraHardwareInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/camera/CameraHardwareInterface.h b/include/camera/CameraHardwareInterface.h index 515d87991c723..3a77dd139f0c1 100644 --- a/include/camera/CameraHardwareInterface.h +++ b/include/camera/CameraHardwareInterface.h @@ -87,7 +87,7 @@ class CameraHardwareInterface : public virtual RefBase { public: virtual ~CameraHardwareInterface() { } - /** Set the ISurface from which the preview buffers should be dequeued */ + /** Set the ANativeWindow to which preview frames are sent */ virtual status_t setPreviewWindow(const sp& buf) = 0; /** Return the IMemoryHeap for the raw image heap */