Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / constrained_window / constrained_window_sheet_controller.mm
index 8cf7c44..c408dcf 100644 (file)
@@ -192,10 +192,6 @@ NSValue* GetKeyForParentWindow(NSWindow* parent_window) {
   return [sheets_ count];
 }
 
-- (void)updateSheetPosition {
-  [self updateSheetPosition:activeView_];
-}
-
 - (ConstrainedWindowSheetInfo*)findSheetInfoForParentView:(NSView*)parentView {
   for (ConstrainedWindowSheetInfo* info in sheets_.get()) {
     if ([parentView isEqual:[info parentView]])