summaryrefslogtreecommitdiff
path: root/include/ui/FramebufferNativeWindow.h
diff options
context:
space:
mode:
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
commit2ab55a4e31c37d74abdd85486e1f4045c7f708e2 (patch)
treed4ff7f4fe7ac7a6078eb819077e1325d7938e28e /include/ui/FramebufferNativeWindow.h
parent8d2e83b9f44c7f2207a312fcfda8eb3a4c26745f (diff)
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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/ui/FramebufferNativeWindow.h b/include/ui/FramebufferNativeWindow.h
index 03d064cb36..e72357a601 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;
};
// ---------------------------------------------------------------------------