commit | 8e86aeceb32e79f97fa21b81a73638e62a9ed053 | [log] [tgz] |
---|---|---|
author | Robert Greenwalt <rgreenwalt@google.com> | Fri Nov 11 14:37:18 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Nov 11 14:37:18 2011 -0800 |
tree | d660719b16f28797e0fd81ac00a7b5f15272781d | |
parent | b68fde08063218fb1208cdaa402ccb4d587d8879 [diff] | |
parent | 6bb9013ea2aaee587558461775e776a721e46bf4 [diff] |
Merge "Tone down Tethering logs." 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;