| Index: Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h
|
| diff --git a/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h b/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h
|
| index 510f479e5cd5dda6bfcee6c7e6c3576f1c0bafec..7d4e28de84c42098a3453abe3d59c5c8bb6621fd 100644
|
| --- a/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h
|
| +++ b/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h
|
| @@ -87,6 +87,8 @@ public:
|
|
|
| unsigned backBufferTexture();
|
|
|
| + bool contextIsValid();
|
| +
|
| protected:
|
| Canvas2DLayerBridge(PassRefPtr<GraphicsContext3D>, SkDeferredCanvas*, OpacityMode, ThreadMode);
|
|
|
|
|