summaryrefslogtreecommitdiffstats
path: root/opengl/tests
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-02-14 17:11:02 -0800
committerMathias Agopian <mathias@google.com>2013-02-14 19:19:05 -0800
commite3c697fb929c856b59fa56a8e05a2a7eba187c3d (patch)
treefccd3662a79ea1af6124365763f2ebc8db7f6c45 /opengl/tests
parent82052cff2c4da7a2af650cdd6bb7d21293742178 (diff)
downloadframeworks_native-e3c697fb929c856b59fa56a8e05a2a7eba187c3d.zip
frameworks_native-e3c697fb929c856b59fa56a8e05a2a7eba187c3d.tar.gz
frameworks_native-e3c697fb929c856b59fa56a8e05a2a7eba187c3d.tar.bz2
Refactoring: Rename SurfaceTextureClient to Surface
Change-Id: Ibed34175ae273608393aaa5f0a7df207dc40d709
Diffstat (limited to 'opengl/tests')
-rw-r--r--opengl/tests/EGLTest/EGL_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/tests/EGLTest/EGL_test.cpp b/opengl/tests/EGLTest/EGL_test.cpp
index ec433fb..c0daba2 100644
--- a/opengl/tests/EGLTest/EGL_test.cpp
+++ b/opengl/tests/EGLTest/EGL_test.cpp
@@ -19,7 +19,7 @@
#include <utils/String8.h>
#include <EGL/egl.h>
-#include <gui/SurfaceTextureClient.h>
+#include <gui/Surface.h>
#include <gui/DummyConsumer.h>
@@ -104,7 +104,7 @@ TEST_F(EGLTest, EGLTerminateSucceedsWithRemainingObjects) {
// Create a EGLSurface
sp<BufferQueue> bq = new BufferQueue();
bq->consumerConnect(new DummyConsumer());
- sp<SurfaceTextureClient> mSTC = new SurfaceTextureClient(static_cast<sp<IGraphicBufferProducer> >( bq));
+ sp<Surface> mSTC = new Surface(static_cast<sp<IGraphicBufferProducer> >( bq));
sp<ANativeWindow> mANW = mSTC;
EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config,