| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 39e0d4415988cdd666c1c986628092bda1f7824c..53ae47dd67fd1a0482a8d26078a15321aed0c2de 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -619,12 +619,6 @@ public:
|
| // content/ APIs.
|
| virtual bool allowWebGL(bool defaultValue) { return defaultValue; }
|
|
|
| - // Notifies the client that a WebGL context was lost on this page with the
|
| - // given reason (one of the GL_ARB_robustness status codes; see
|
| - // Extensions3D.h in WebCore/platform/graphics).
|
| - virtual void didLoseWebGLContext(int) { }
|
| -
|
| -
|
| // Screen Orientation --------------------------------------------------
|
|
|
| // Access the embedder API for (client-based) screen orientation client .
|
|
|