Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / constrained_window / constrained_window_sheet_controller.mm
index c408dcf..8cf7c44 100644 (file)
@@ -192,6 +192,10 @@ 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]])