| Index: third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasRenderingContext.h
|
| diff --git a/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasRenderingContext.h b/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasRenderingContext.h
|
| index b47aa089a7be554fa90ce21bb7ad524bf827ab30..341baa75b92da83b3b871bcac0858755ab27a6af 100644
|
| --- a/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasRenderingContext.h
|
| +++ b/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasRenderingContext.h
|
| @@ -22,8 +22,8 @@ public:
|
| };
|
| static ContextType contextTypeFromId(const String& id);
|
|
|
| - OffscreenCanvas* offscreenCanvas() const { return m_offscreenCanvas; }
|
| - virtual ContextType contextType() const = 0;
|
| + OffscreenCanvas* getOffscreenCanvas() const { return m_offscreenCanvas; }
|
| + virtual ContextType getContextType() const = 0;
|
|
|
| virtual bool is2d() const { return false; }
|
|
|
|
|