| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| index 75fdf3c7ce4a3a065be28f9c1e1b99cf2cb524f1..0af3318a5677e0f6540e9b44675ebfb06b97be13 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -181,6 +181,8 @@ public:
|
|
|
| void notifyListenersCanvasChanged();
|
|
|
| + bool isSupportedInteractiveCanvasFallback(const Element&);
|
| +
|
| protected:
|
| void didMoveToNewDocument(Document& oldDocument) override;
|
|
|
|
|