summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2013-05-01 00:43:55 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-05-01 00:43:55 +0000
commit5d46b04bd5a8ec00ea527b68aa48907d3978a007 (patch)
tree40b4d8de5293ad08e00aa0f3f7dec142df52bfb3
parentf6d1c3930eeba6b089ba12fb82ecad1c6622e550 (diff)
parent0e775697fb12d3f9c577c7758a362103c2194519 (diff)
downloadnative-5d46b04bd5a8ec00ea527b68aa48907d3978a007.tar.gz
Merge "Recommend different time source" into jb-mr2-dev
-rw-r--r--opengl/specs/EGL_ANDROID_presentation_time.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/specs/EGL_ANDROID_presentation_time.txt b/opengl/specs/EGL_ANDROID_presentation_time.txt
index 03370ed870..09b39387b5 100644
--- a/opengl/specs/EGL_ANDROID_presentation_time.txt
+++ b/opengl/specs/EGL_ANDROID_presentation_time.txt
@@ -107,8 +107,8 @@ Issues
presentation time when an absolute time is needed be queried on Android?
RESOLVED: The current clock value can be queried from the Java
- SystemClock#uptimeMillis() method or from the native clock_gettime
- function by passing CLOCK_MONOTONIC as the clock identifier.
+ System.nanoTime() method, or from the native clock_gettime function by
+ passing CLOCK_MONOTONIC as the clock identifier.
Revision History