summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2011-11-18 12:11:15 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2011-11-18 12:11:15 -0800
commit6285c6cf1076e15bef12da8800ed64e4bd6e2ec8 (patch)
tree6df7ff7d76e3906f6b1a7a2a66f645bdf7faf9f0 /include
parent3b244a74e1b6a0d3285b66bbd34e8d287fe48ab2 (diff)
parenta36bcd53ac075054bb39ef506687f4daaf9bac6b (diff)
Merge "attempt to fix bug 5313580" into ics-mr1
Diffstat (limited to 'include')
-rw-r--r--include/gui/SurfaceTextureClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/SurfaceTextureClient.h b/include/gui/SurfaceTextureClient.h
index 57f9e151de..971a1b80dc 100644
--- a/include/gui/SurfaceTextureClient.h
+++ b/include/gui/SurfaceTextureClient.h
@@ -40,6 +40,7 @@ public:
protected:
SurfaceTextureClient();
+ virtual ~SurfaceTextureClient();
void setISurfaceTexture(const sp<ISurfaceTexture>& surfaceTexture);
private: