| Index: chrome/renderer/webgles2context_impl.h
|
| ===================================================================
|
| --- chrome/renderer/webgles2context_impl.h (revision 54820)
|
| +++ chrome/renderer/webgles2context_impl.h (working copy)
|
| @@ -27,6 +27,10 @@
|
| virtual void resizeOffscreenContent(const WebKit::WebSize&);
|
| virtual unsigned getOffscreenContentParentTextureId();
|
|
|
| +#if defined(OS_MACOSX)
|
| + virtual void resizeOnscreenContent(const WebKit::WebSize&);
|
| +#endif
|
| +
|
| ggl::Context* context() { return context_; }
|
|
|
| private:
|
|
|