diff options
author | Mathias Agopian <mathias@google.com> | 2009-06-24 22:39:26 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-06-25 00:09:27 -0700 |
commit | 26c28b16f3464eeb98b091b915ccf494ac31c35f (patch) | |
tree | a13c8d030ad3f9988c4958d7cbac328d20df7dcb /include/ui/FramebufferNativeWindow.h | |
parent | c1e3ec555b79b1e45fccbdf0bbc8ac2d51902860 (diff) | |
download | frameworks_base-26c28b16f3464eeb98b091b915ccf494ac31c35f.zip frameworks_base-26c28b16f3464eeb98b091b915ccf494ac31c35f.tar.gz frameworks_base-26c28b16f3464eeb98b091b915ccf494ac31c35f.tar.bz2 |
make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently
Diffstat (limited to 'include/ui/FramebufferNativeWindow.h')
-rw-r--r-- | include/ui/FramebufferNativeWindow.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/ui/FramebufferNativeWindow.h b/include/ui/FramebufferNativeWindow.h index 03d064c..e72357a 100644 --- a/include/ui/FramebufferNativeWindow.h +++ b/include/ui/FramebufferNativeWindow.h @@ -55,9 +55,6 @@ public: bool isUpdateOnDemand() const { return mUpdateOnDemand; } status_t setUpdateRectangle(const Rect& updateRect); - // FIXME: needed for copybit hack in LayerBuffer - android_native_buffer_t const* getBackbuffer() const; - private: friend class LightRefBase<FramebufferNativeWindow>; ~FramebufferNativeWindow(); // this class cannot be overloaded @@ -78,9 +75,6 @@ private: int32_t mNumFreeBuffers; int32_t mBufferHead; bool mUpdateOnDemand; - - // FIXME: for getBackbuffer - int32_t mLastDequeued; }; // --------------------------------------------------------------------------- |