commit | cf0b8c85fb0106751256dba7821f86b5ad03126c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Feb 19 18:24:40 2013 -0800 |
committer | Mathias Agopian <mathias@google.com> | Tue Feb 19 18:24:40 2013 -0800 |
tree | c1efe43b77209ecbdfcbe83eeeee0b9a32b26f61 | |
parent | c4905eb49d20667381f3cda7c6f6894234404bd3 [diff] [blame] |
get rid of Surface::getISurfaceTexture() this was there just for legacy reasons. Change-Id: I0a48d6e04d7efa65033f9f10c91bba557f16ae8b
diff --git a/libs/gui/tests/SurfaceTextureClient_test.cpp b/libs/gui/tests/SurfaceTextureClient_test.cpp index 58ae170..24b60f1 100644 --- a/libs/gui/tests/SurfaceTextureClient_test.cpp +++ b/libs/gui/tests/SurfaceTextureClient_test.cpp
@@ -112,7 +112,7 @@ }; TEST_F(SurfaceTextureClientTest, GetISurfaceTextureIsNotNull) { - sp<IGraphicBufferProducer> ist(mSTC->getISurfaceTexture()); + sp<IGraphicBufferProducer> ist(mSTC->getIGraphicBufferProducer()); ASSERT_TRUE(ist != NULL); }