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

Issue 16132004: Have to invalidate the mute button when changing the volume (Closed)

Created:
7 years, 6 months ago by cbiesinger
Modified:
7 years, 6 months ago
Reviewers:
ojan
CC:
blink-reviews, feature-media-reviews_chromium.org, eae+blinkwatch, adamk+blink_chromium.org, vcarbune.chromium
Visibility:
Public.

Description

Have to invalidate the mute button when changing the volume This is because the painting code in RenderMediaControlsChromium.cpp:paintMediaMuteButton depends on the volume, and that code gets called via RenderTheme, so nothing else can invalidate the button. (This is another regression from converting media controls to new-flexbox in http://trac.webkit.org/changeset/142947) R=ojan@chromium.org BUG=245921 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151687

Patch Set 1 #

Patch Set 2 : fix test failure. that was a silly mistake. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -1 line) Patch
M LayoutTests/fast/repaint/video-mute-repaint-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
A + LayoutTests/fast/repaint/video-unmute-repaint.html View 2 chunks +4 lines, -1 line 0 comments Download
A LayoutTests/fast/repaint/video-unmute-repaint-expected.txt View 1 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/html/shadow/MediaControls.cpp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
cbiesinger
7 years, 6 months ago (2013-06-01 00:02:16 UTC) #1
ojan
lgtm
7 years, 6 months ago (2013-06-01 00:04:32 UTC) #2
cbiesinger
7 years, 6 months ago (2013-06-03 19:49:28 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r151687 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698