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

Issue 10790022: Merge 146921 - On Windows 8 when a metro app is snapped, all desktop applications receive a resize … (Closed)

Created:
8 years, 5 months ago by ananta
Modified:
8 years, 5 months ago
Reviewers:
ananta
CC:
chromium-reviews
Visibility:
Public.

Description

Merge 146921 - On Windows 8 when a metro app is snapped, all desktop applications receive a resize notification as the work area is reduced. In Chrome the tabstrip paint would fail as the WM_GETTITLEBARINFOEX message fails to return the correct minimize offset. A fix went in to address this by caching the delta of the minimize button which is then applied to the corresponding client edge. This only addressed the case when the minimize button offset was returned as 0 from the WM_GETTITLEBARINFOEX message. At times this offset is negative. Fix is to check whether the minimize button offset is > 0 before applying the cached delta. BUG=135304 R=sky Review URL: https://chromiumcodereview.appspot.com/10783027 TBR=ananta@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=146922

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/ui/views/frame/browser_frame_win.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
ananta
8 years, 5 months ago (2012-07-16 23:13:09 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698