| Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| index 34c16c74dd2ec9fea8e19b823644d945433ef382..1559febb45ebb815200d4a216c282012d651d1cf 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -219,9 +219,6 @@ public:
|
| virtual void didRequestAutocomplete(HTMLFormElement*) = 0;
|
|
|
| virtual bool allowWebGL(bool enabledPerSettings) { return enabledPerSettings; }
|
| - // Informs the embedder that a WebGL canvas inside this frame received a lost context
|
| - // notification with the given GL_ARB_robustness guilt/innocence code (see Extensions3D.h).
|
| - virtual void didLoseWebGLContext(int) { }
|
|
|
| // If an HTML document is being loaded, informs the embedder that the document will have its <body> attached soon.
|
| virtual void dispatchWillInsertBody() { }
|
|
|