| Index: Source/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext.h b/Source/core/html/canvas/CanvasRenderingContext.h
|
| index f4140d93dab593b205f728107fa343c02dedd6c8..db6507827294e02ea0b4a85f5a2c926bfa7cbbcd 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -52,6 +52,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() {}
|
|
|
|
|