summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/WebGLLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/WebGLLayer.h')
-rw-r--r--Source/WebCore/platform/graphics/android/WebGLLayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/WebGLLayer.h b/Source/WebCore/platform/graphics/android/WebGLLayer.h
index e7371f7..6a69082 100644
--- a/Source/WebCore/platform/graphics/android/WebGLLayer.h
+++ b/Source/WebCore/platform/graphics/android/WebGLLayer.h
@@ -34,6 +34,7 @@
#include "GLUtils.h"
#include "GraphicsContext3DProxy.h"
#include "LayerAndroid.h"
+#include "PassRefPtr.h"
#include "RefPtr.h"
#include <jni.h>
@@ -43,7 +44,7 @@ class GraphicsContext3DInternal;
class WebGLLayer : public LayerAndroid {
public:
- WebGLLayer(GraphicsContext3DProxy* proxy);
+ WebGLLayer(PassRefPtr<GraphicsContext3DProxy> proxy);
WebGLLayer(const WebGLLayer& layer);
virtual ~WebGLLayer();