| Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h
|
| diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h
|
| index 2f1f83de9f442ebe1e34a2503f2ede8b039c15c8..94d25bebdbcf7efb331743efa665e1a3902184ea 100644
|
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h
|
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h
|
| @@ -76,6 +76,8 @@ private:
|
| bool m_originClean;
|
| bool m_disableReadingFromCanvas = false;
|
|
|
| + bool isPaintable() const;
|
| +
|
| // cc::SurfaceId is broken into three integer components as this can be used
|
| // in transfer of OffscreenCanvas across threads
|
| // If this object is not created via HTMLCanvasElement.transferControlToOffscreen(),
|
|
|