summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GraphicsContext3DProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GraphicsContext3DProxy.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GraphicsContext3DProxy.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebCore/platform/graphics/android/GraphicsContext3DProxy.h b/Source/WebCore/platform/graphics/android/GraphicsContext3DProxy.h
index 060acdf..1cc1453 100644
--- a/Source/WebCore/platform/graphics/android/GraphicsContext3DProxy.h
+++ b/Source/WebCore/platform/graphics/android/GraphicsContext3DProxy.h
@@ -47,8 +47,6 @@ public:
~GraphicsContext3DProxy();
void setGraphicsContext(GraphicsContext3DInternal* context);
- void incr();
- void decr();
bool lockFrontBuffer(GLuint& texture, SkRect& rect);
void releaseFrontBuffer();
@@ -57,7 +55,6 @@ private:
WTF::Mutex m_mutex;
GraphicsContext3DInternal* m_context;
GLuint m_texture;
- int m_refcount;
};
}