summaryrefslogtreecommitdiff
path: root/libs/ui/FramebufferNativeWindow.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2011-08-01 16:36:02 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-08-01 16:36:02 -0700
commit34e1fb1ee229a7e033dcd42f4efd194e1614d5ce (patch)
tree18830cc0a5bd1dbfdf47f9fc95179d9a14f27703 /libs/ui/FramebufferNativeWindow.cpp
parentd20482de2f8fb0045c69c7065221923a72d13303 (diff)
parent982d2da4eef0a48d84d88e3e1d2d1dbdbb413a27 (diff)
Merge "connect/disconnect is now called from our EGL wrapper"
Diffstat (limited to 'libs/ui/FramebufferNativeWindow.cpp')
-rw-r--r--libs/ui/FramebufferNativeWindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ui/FramebufferNativeWindow.cpp b/libs/ui/FramebufferNativeWindow.cpp
index 0e8ae619fc5c..89497302a25f 100644
--- a/libs/ui/FramebufferNativeWindow.cpp
+++ b/libs/ui/FramebufferNativeWindow.cpp
@@ -317,6 +317,8 @@ int FramebufferNativeWindow::perform(ANativeWindow* window,
case NATIVE_WINDOW_SET_BUFFERS_DIMENSIONS:
case NATIVE_WINDOW_SET_BUFFERS_FORMAT:
case NATIVE_WINDOW_SET_BUFFERS_TRANSFORM:
+ case NATIVE_WINDOW_API_CONNECT:
+ case NATIVE_WINDOW_API_DISCONNECT:
// TODO: we should implement these
return NO_ERROR;