diff --git a/browser/ui/atom_event_processing_window.h b/browser/ui/atom_event_processing_window.h index 92a24712468c..3080084195be 100644 --- a/browser/ui/atom_event_processing_window.h +++ b/browser/ui/atom_event_processing_window.h @@ -7,10 +7,12 @@ #import +#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 AtomEventProcessingWindow : NSWindow { +@interface AtomEventProcessingWindow : UnderlayOpenGLHostingWindow { @private BOOL redispatchingEvent_; BOOL eventHandled_;