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

Issue 3319004: Mac: Make resizing the window larger nicer when compositor is active (Closed)

Created:
10 years, 3 months ago by Nico
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, ben+cc_chromium.org, pam+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Mac: Make resizing the window larger nicer when compositor is active We need to fill the part of the RWHVMac not covered by the compositor subview with white. Resizing smaller is still a bit jumpy. We also still paint an uninitialized IOSurface every now and then. BUG=53165 TEST=Enable compositor, make window larger. Right bottom part of window shouldn't be transparent. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=58504

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 7

Patch Set 4 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -66 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_mac.h View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 7 chunks +82 lines, -60 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Nico
10 years, 3 months ago (2010-09-03 16:08:17 UTC) #1
pink (ping after 24hrs)
lgtm, but please fix the style issues. http://codereview.chromium.org/3319004/diff/4001/5002 File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/3319004/diff/4001/5002#newcode1439 chrome/browser/renderer_host/render_widget_host_view_mac.mm:1439: - (void)fillBottomRightRemainderOfRect:(gfx::Rect)bitmap_rect ...
10 years, 3 months ago (2010-09-03 16:29:39 UTC) #2
Nico
http://codereview.chromium.org/3319004/diff/4001/5002 File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/3319004/diff/4001/5002#newcode1493 chrome/browser/renderer_host/render_widget_host_view_mac.mm:1493: const gfx::Rect damaged_rect([self flipNSRectToRect:dirtyRect]); On 2010/09/03 16:29:39, pink wrote: ...
10 years, 3 months ago (2010-09-03 16:31:41 UTC) #3
pink (ping after 24hrs)
makes sense, thanks for cleaning it up. On Fri, Sep 3, 2010 at 12:31 PM, ...
10 years, 3 months ago (2010-09-03 16:32:41 UTC) #4
Nico
10 years, 3 months ago (2010-09-03 16:37:50 UTC) #5
Should now all be cleaned up. Will land once trybots are green.

Powered by Google App Engine
This is Rietveld 408576698