| Index: content/browser/renderer_host/render_widget_host_view_mac.h | 
| diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h | 
| index bb9cbdda77f58f29af13a30143cea432e3209f4a..cfb17ed46401e2d910d00ee5aca4609065cb0771 100644 | 
| --- a/content/browser/renderer_host/render_widget_host_view_mac.h | 
| +++ b/content/browser/renderer_host/render_widget_host_view_mac.h | 
| @@ -133,10 +133,6 @@ class RenderWidgetHostImpl; | 
|  | 
| // recursive globalFrameDidChange protection: | 
| BOOL handlingGlobalFrameDidChange_; | 
| - | 
| -  // Set to YES once a GL context is attached to this NSView; never set back to | 
| -  // NO. | 
| -  BOOL hasGLContext_; | 
| } | 
|  | 
| @property(nonatomic, readonly) NSRange selectedRange; | 
| @@ -158,9 +154,6 @@ class RenderWidgetHostImpl; | 
| // Evaluates the event in the context of plugin IME, if plugin IME is enabled. | 
| // Returns YES if the event was handled. | 
| - (BOOL)postProcessEventForPluginIme:(NSEvent*)event; | 
| -// Tell the view that a GL context was created and accelerated rendering may | 
| -// ensue. | 
| -- (void)addedGLContext; | 
|  | 
| @end | 
|  | 
|  |