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

Unified Diff: webkit/media/webmediaplayer_ms.cc

Issue 11144005: Change the log level to 3 for WebMediaPlayerMS::paint() (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/media/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webmediaplayer_ms.cc
===================================================================
--- webkit/media/webmediaplayer_ms.cc (revision 161585)
+++ webkit/media/webmediaplayer_ms.cc (working copy)
@@ -270,7 +270,7 @@
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);
« no previous file with comments | « webkit/media/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698