| Index: ui/base/cocoa/underlay_opengl_hosting_window.h
|
| diff --git a/ui/base/cocoa/underlay_opengl_hosting_window.h b/ui/base/cocoa/underlay_opengl_hosting_window.h
|
| index 25c81fd940ae9f5b23964cfbdfb937691f1e22cb..d673c31a0f31268a930073cb3e9c7dedff3022f6 100644
|
| --- a/ui/base/cocoa/underlay_opengl_hosting_window.h
|
| +++ b/ui/base/cocoa/underlay_opengl_hosting_window.h
|
| @@ -10,8 +10,8 @@
|
| #include "ui/base/ui_base_export.h"
|
|
|
| // Common base class for windows that host a OpenGL surface that renders under
|
| -// the window. Contains methods relating to hole punching so that the OpenGL
|
| -// surface is visible through the window.
|
| +// the window. Previously contained methods related to hole punching, now just
|
| +// contains common asserts.
|
| UI_BASE_EXPORT
|
| @interface UnderlayOpenGLHostingWindow : NSWindow
|
| @end
|
|
|