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

Unified Diff: content/renderer/media/android/webmediaplayer_android.h

Issue 1792563002: Use SkImage rather than SkBitmap in webmediaplayer_android when drawing a video frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@baseline
Patch Set: Created 4 years, 6 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 | « no previous file | content/renderer/media/android/webmediaplayer_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/android/webmediaplayer_android.h
diff --git a/content/renderer/media/android/webmediaplayer_android.h b/content/renderer/media/android/webmediaplayer_android.h
index 6f407c8c2844dd345fc0a50ca23e9ef8f27817ad..318956ffc901377c3df76f0f194b0ebdb07ff65f 100644
--- a/content/renderer/media/android/webmediaplayer_android.h
+++ b/content/renderer/media/android/webmediaplayer_android.h
@@ -35,7 +35,6 @@
#include "third_party/WebKit/public/platform/WebSetSinkIdCallbacks.h"
#include "third_party/WebKit/public/platform/WebSize.h"
#include "third_party/WebKit/public/platform/WebURL.h"
-#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/geometry/rect_f.h"
namespace base {
@@ -480,8 +479,6 @@ class WebMediaPlayerAndroid
// player_manager_->SetCdm() directly.
MediaSourceDelegate::CdmReadyCB cdm_ready_cb_;
- SkBitmap bitmap_;
-
// Whether stored credentials are allowed to be passed to the server.
bool allow_stored_credentials_;
« no previous file with comments | « no previous file | content/renderer/media/android/webmediaplayer_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698