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 e2e5963742f90a0c537b0e70888a612cfb9d9637..04a0876c875cdbd16d226df74f1ff46ee6ecc06d 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_mac.h |
+++ b/content/browser/renderer_host/render_widget_host_view_mac.h |
@@ -130,13 +130,6 @@ class RenderWidgetHostViewMacEditCommandHelper; |
- (void)setTakesFocusOnlyOnMouseDown:(BOOL)b; |
- (void)setCloseOnDeactivate:(BOOL)b; |
- (void)setToolTipAtMousePoint:(NSString *)string; |
-// Set frame, then notify the RenderWidgetHost that the frame has been changed, |
-// but do it in a separate task, using |performSelector:withObject:afterDelay:|. |
-// This stops the flickering issue in http://crbug.com/31970 |
-- (void)setFrameWithDeferredUpdate:(NSRect)frame; |
-// Notify the RenderWidgetHost that the frame was updated so it can resize |
-// its contents. |
-- (void)renderWidgetHostWasResized; |
// Cancel ongoing composition (abandon the marked text). |
- (void)cancelComposition; |
// Confirm ongoing composition. |