From: Cheng Zhao Date: Thu, 12 Dec 2013 07:49:08 +0000 (+0800) Subject: Fix the black devtools view. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c0b391419b035f78b41ee3bce8934f42896eef2;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Fix the black devtools view. Without using UnderlayOpenGLHostingWindow the devtools view would just be black. --- diff --git a/browser/ui/atom_event_processing_window.h b/browser/ui/atom_event_processing_window.h index 92a2471..3080084 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_;