commit | e3c697fb929c856b59fa56a8e05a2a7eba187c3d | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Feb 14 17:11:02 2013 -0800 |
committer | Mathias Agopian <mathias@google.com> | Thu Feb 14 19:19:05 2013 -0800 |
tree | fccd3662a79ea1af6124365763f2ebc8db7f6c45 | |
parent | 82052cff2c4da7a2af650cdd6bb7d21293742178 [diff] [blame] |
Refactoring: Rename SurfaceTextureClient to Surface Change-Id: Ibed34175ae273608393aaa5f0a7df207dc40d709
diff --git a/services/surfaceflinger/DisplayHardware/HWComposer.cpp b/services/surfaceflinger/DisplayHardware/HWComposer.cpp index 7a24d4c..6f85f69 100644 --- a/services/surfaceflinger/DisplayHardware/HWComposer.cpp +++ b/services/surfaceflinger/DisplayHardware/HWComposer.cpp
@@ -529,7 +529,7 @@ DisplayData& disp(mDisplayData[id]); if (!disp.framebufferTarget) { // this should never happen, but apparently eglCreateWindowSurface() - // triggers a SurfaceTextureClient::queueBuffer() on some + // triggers a Surface::queueBuffer() on some // devices (!?) -- log and ignore. ALOGE("HWComposer: framebufferTarget is null"); // CallStack stack;