Skip to content

Commit

Permalink
Change the log level to 3 for WebMediaPlayerMS::paint()
Browse files Browse the repository at this point in the history
also add wjia@ in webkit/media/OWNERS
Review URL: https://codereview.chromium.org/11144005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162268 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
wjia@chromium.org committed Oct 16, 2012
1 parent d21da6c commit a025b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions webkit/media/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ scherkus@chromium.org
shadi@chromium.org
vrk@chromium.org
xhwang@chromium.org
wjia@chromium.org
2 changes: 1 addition & 1 deletion webkit/media/webmediaplayer_ms.cc
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void WebMediaPlayerMS::setSize(const WebSize& size) {
void WebMediaPlayerMS::paint(WebCanvas* canvas,
const WebRect& rect,
uint8_t alpha) {
DVLOG(1) << "WebMediaPlayerMS::paint";
DVLOG(3) << "WebMediaPlayerMS::paint";
DCHECK(thread_checker_.CalledOnValidThread());

video_renderer_.Paint(current_frame_, canvas, rect, alpha);
Expand Down

0 comments on commit a025b2f

Please sign in to comment.