Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / gpu / AcceleratedImageBufferSurface.h
index 1293abc..e04dd94 100644 (file)
@@ -32,6 +32,7 @@
 #define AcceleratedImageBufferSurface_h
 
 #include "platform/graphics/ImageBufferSurface.h"
+#include "public/platform/WebGraphicsContext3DProvider.h"
 #include "wtf/OwnPtr.h"
 
 namespace WebCore {
@@ -49,6 +50,7 @@ public:
 
 private:
     OwnPtr<SkCanvas> m_canvas;
+    OwnPtr<blink::WebGraphicsContext3DProvider> m_contextProvider;
 };