commit | e87dd1ae8776ae96affc515517dce4e0e325aba0 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Thu Nov 10 17:40:20 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Nov 10 17:40:20 2011 -0800 |
tree | d660719b16f28797e0fd81ac00a7b5f15272781d | |
parent | 5fc70b4d6dc87a2f36559f24a314af10f2a91efc [diff] | |
parent | 583486f5db63f6b6e579470e6ef98623150626fd [diff] |
Merge "Fix NdefRecord byte-stream constructor." into ics-mr1
diff --git a/opengl/libs/EGL/egl_display.h b/opengl/libs/EGL/egl_display.h index 1c1092c..e0a367d 100644 --- a/opengl/libs/EGL/egl_display.h +++ b/opengl/libs/EGL/egl_display.h
@@ -91,6 +91,8 @@ inline bool isValid() const { return magic == '_dpy'; } inline bool isAlive() const { return isValid(); } + inline uint32_t getRefsCount() const { return refs; } + struct strings_t { char const * vendor; char const * version;