| Index: sky/engine/core/html/HTMLCanvasElement.h
|
| diff --git a/sky/engine/core/html/HTMLCanvasElement.h b/sky/engine/core/html/HTMLCanvasElement.h
|
| index 224e4c5bf2836a1670d81f51ffde99e5cbc7b992..964b4d94486aed91f3178f328ac5b0a17230a2a1 100644
|
| --- a/sky/engine/core/html/HTMLCanvasElement.h
|
| +++ b/sky/engine/core/html/HTMLCanvasElement.h
|
| @@ -191,7 +191,7 @@ private:
|
| mutable OwnPtr<GraphicsContextStateSaver> m_contextStateSaver;
|
|
|
| mutable RefPtr<Image> m_presentedImage;
|
| - mutable RefPtr<Image> m_copiedImage; // FIXME: This is temporary for platforms that have to copy the image buffer to render (and for CSSCanvasValue).
|
| + mutable RefPtr<Image> m_copiedImage; // FIXME: This is temporary for platforms that have to copy the image buffer to render.
|
| };
|
|
|
| } // namespace blink
|
|
|