Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / src / gpu / gl / GrGLPath.h
index 3409547..935a2e2 100644 (file)
@@ -22,6 +22,11 @@ class GrGpuGL;
 
 class GrGLPath : public GrPath {
 public:
+    static void InitPathObject(GrGpuGL*,
+                               GrGLuint pathID,
+                               const SkPath&,
+                               const SkStrokeRec&);
+
     GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke);
     virtual ~GrGLPath();
     GrGLuint pathID() const { return fPathID; }