| Index: Source/web/FrameLoaderClientImpl.h
|
| diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
|
| index b84ecffcbc5d601781f1377e229f7a8ce98fe7aa..53c687bae666303e1dac940434051df6e0ec165e 100644
|
| --- a/Source/web/FrameLoaderClientImpl.h
|
| +++ b/Source/web/FrameLoaderClientImpl.h
|
| @@ -148,6 +148,7 @@ public:
|
|
|
| virtual bool allowWebGL(bool enabledPerSettings) OVERRIDE;
|
| virtual void didLoseWebGLContext(int arbRobustnessContextLostReason) OVERRIDE;
|
| + virtual bool allowWebGLDebugRendererInfo() OVERRIDE;
|
|
|
| virtual void dispatchWillInsertBody() OVERRIDE;
|
|
|
|
|