| Index: content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| index 5886cf1f71f30fb93b43f04af105197a999c71ef..f151113a23e366d3cf61dc58c0eddbb5d7f17330 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2004,7 +2004,7 @@ bool PepperPluginInstanceImpl::SetFullscreen(bool fullscreen) {
|
| if (fullscreen && !IsProcessingUserGesture())
|
| return false;
|
|
|
| - VLOG(1) << "Setting fullscreen to " << (fullscreen ? "on" : "off");
|
| + DVLOG(1) << "Setting fullscreen to " << (fullscreen ? "on" : "off");
|
| desired_fullscreen_state_ = fullscreen;
|
|
|
| if (fullscreen) {
|
| @@ -3197,7 +3197,7 @@ bool PepperPluginInstanceImpl::FlashSetFullscreen(bool fullscreen,
|
| return false;
|
|
|
| // Unbind current 2D or 3D graphics context.
|
| - VLOG(1) << "Setting fullscreen to " << (fullscreen ? "on" : "off");
|
| + DVLOG(1) << "Setting fullscreen to " << (fullscreen ? "on" : "off");
|
| if (fullscreen) {
|
| DCHECK(!fullscreen_container_);
|
| fullscreen_container_ =
|
|
|