Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11750)

Unified Diff: content/browser/renderer_host/render_widget_host_view_mac.h

Issue 10037008: Fix window shadows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase only Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698