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

Issue 10638016: Merge 143447 - On Windows 8 when a metro application is snapped running desktop application windows… (Closed)

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

Description

Merge 143447 - On Windows 8 when a metro application is snapped running desktop application windows are resized as the workarea is reduced. Desktop chrome fails to paint the tabstrip when we receive this resize notification. Reason: The WM_GETTITLEBARINFOEX message we send to calculate the minimize button offset in the caption, fails if we are not active. Fix is to calculate and cache the delta of the minimize button which is applied to the left/right edge of the client rect if we fail to get the minimize button offset. BUG=116745 R=sky Review URL: https://chromiumcodereview.appspot.com/10596005 TBR=ananta@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=143636

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -9 lines) Patch
M chrome/browser/ui/views/frame/browser_frame_win.h View 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_frame_win.cc View 7 chunks +57 lines, -9 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
ananta
8 years, 6 months ago (2012-06-22 17:52:04 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698