Commit 5b869185 authored by Marzena Dell'Aquila's avatar Marzena Dell'Aquila Committed by Commit Bot

Revert "[Chromecast] Clear video plane image on app start"

This reverts commit 0cf17084

Bug: internal b/119639315
Test: CQ
Change-Id: Ibbd4e8469895299f938549bb146641504643d3f3
Reviewed-on: https://chromium-review.googlesource.com/c/1387464Reviewed-by: default avatarLuke Halliwell <halliwell@chromium.org>
Commit-Queue: Marzena Dell'Aquila <mdellaquila@google.com>
Cr-Commit-Position: refs/heads/master@{#619805}
parent 3ecd3d0d
......@@ -14,7 +14,6 @@
#include "chromecast/browser/cast_browser_process.h"
#include "chromecast/browser/cast_web_contents_manager.h"
#include "chromecast/chromecast_buildflags.h"
#include "chromecast/public/cast_media_shlib.h"
#include "content/public/browser/media_capture_devices.h"
#include "content/public/browser/media_session.h"
#include "content/public/browser/navigation_handle.h"
......@@ -137,10 +136,6 @@ void CastWebViewDefault::CloseContents(content::WebContents* source) {
void CastWebViewDefault::InitializeWindow(CastWindowManager* window_manager,
CastWindowManager::WindowId z_order,
VisibilityPriority initial_priority) {
if (media::CastMediaShlib::ClearVideoPlaneImage) {
media::CastMediaShlib::ClearVideoPlaneImage();
}
DCHECK(window_manager);
window_->CreateWindowForWebContents(web_contents_.get(), window_manager,
z_order, initial_priority);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment