| Index: chrome/browser/ui/cocoa/chrome_event_processing_window.h
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/chrome_event_processing_window.h (revision 130181)
|
| +++ chrome/browser/ui/cocoa/chrome_event_processing_window.h (working copy)
|
| @@ -9,11 +9,12 @@
|
| #import <Cocoa/Cocoa.h>
|
|
|
| #include "base/memory/scoped_nsobject.h"
|
| +#import "ui/base/cocoa/underlay_opengl_hosting_window.h"
|
|
|
| // Override NSWindow to access unhandled keyboard events (for command
|
| // processing); subclassing NSWindow is the only method to do
|
| // this.
|
| -@interface ChromeEventProcessingWindow : NSWindow {
|
| +@interface ChromeEventProcessingWindow : UnderlayOpenGLHostingWindow {
|
| @private
|
| BOOL redispatchingEvent_;
|
| BOOL eventHandled_;
|
|
|