| Index: third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| index b068f8713ac9629091ce4a9bd65cf9d219388153..3907adb2466d53843daacef3021854eb72e290ad 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| @@ -26,7 +26,6 @@
|
| #ifndef WebGLFramebuffer_h
|
| #define WebGLFramebuffer_h
|
|
|
| -#include "bindings/core/v8/ScopedPersistent.h"
|
| #include "modules/webgl/WebGLContextObject.h"
|
| #include "modules/webgl/WebGLSharedObject.h"
|
|
|
| @@ -95,8 +94,6 @@ public:
|
|
|
| GLenum getReadBuffer() const { return m_readBuffer; }
|
|
|
| - ScopedPersistent<v8::Array>* getPersistentCache();
|
| -
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| @@ -130,8 +127,6 @@ private:
|
| Vector<GLenum> m_filteredDrawBuffers;
|
|
|
| GLenum m_readBuffer;
|
| -
|
| - ScopedPersistent<v8::Array> m_attachmentWrappers;
|
| };
|
|
|
| } // namespace blink
|
|
|