Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / canvas / CanvasRenderingContext.h
index ca6062e..37fe9c5 100644 (file)
@@ -58,6 +58,7 @@ public:
     virtual bool is3d() const { return false; }
     virtual bool isAccelerated() const { return false; }
     virtual bool hasAlpha() const { return true; }
+    virtual void setIsHidden(bool) = 0;
 
     virtual void paintRenderingResultsToCanvas() {}