| 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 6bbba1018c8506ff55a787c4cdf0e48adba4abf7..550d93d9ef6bf2df96100992e2a9c21b3ca66712 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -222,9 +222,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() { }
|
|
|