summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-09-17 17:44:12 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-09-17 17:44:12 -0700
commit38576e4498f73a095cccb4c4d0bb669ace940f98 (patch)
tree6ee562ce3f4ac5dfd3ba741fe303328a06770711 /include
parent458e40cb10b5fc903c629d88c8b0d8966e6602cf (diff)
parent39a5ba90a4939cfdd23ecd10f73a77a75679b13e (diff)
downloadframeworks_base-38576e4498f73a095cccb4c4d0bb669ace940f98.zip
frameworks_base-38576e4498f73a095cccb4c4d0bb669ace940f98.tar.gz
frameworks_base-38576e4498f73a095cccb4c4d0bb669ace940f98.tar.bz2
am 39a5ba90: Merge change 25629 into eclair
Merge commit '39a5ba90a4939cfdd23ecd10f73a77a75679b13e' into eclair-plus-aosp * commit '39a5ba90a4939cfdd23ecd10f73a77a75679b13e': Android side of the fix for [2121211] Sholes has stutter during animations
Diffstat (limited to 'include')
-rw-r--r--include/ui/FramebufferNativeWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/FramebufferNativeWindow.h b/include/ui/FramebufferNativeWindow.h
index 68144b5..8ea3ab9 100644
--- a/include/ui/FramebufferNativeWindow.h
+++ b/include/ui/FramebufferNativeWindow.h
@@ -54,6 +54,7 @@ public:
bool isUpdateOnDemand() const { return mUpdateOnDemand; }
status_t setUpdateRectangle(const Rect& updateRect);
+ status_t compositionComplete();
private:
friend class LightRefBase<FramebufferNativeWindow>;