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

Unified Diff: cc/layers/video_layer_impl.h

Issue 12998003: Fix VideoLayerImpl upload of YUV->RGBA converted frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@git-svn
Patch Set: Rebase. Created 7 years, 9 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 | cc/layers/video_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/video_layer_impl.h
diff --git a/cc/layers/video_layer_impl.h b/cc/layers/video_layer_impl.h
index dfa08213872b88ba5d493a0fb5e0a07c33e9dd9f..da1c53f51b99b9d9b06161ada8eb108c8b95b0c7 100644
--- a/cc/layers/video_layer_impl.h
+++ b/cc/layers/video_layer_impl.h
@@ -66,7 +66,6 @@ class CC_EXPORT VideoLayerImpl : public LayerImpl {
bool SetupFramePlanes(ResourceProvider* resource_provider);
void FreeFramePlanes(ResourceProvider* resource_provider);
void FreeUnusedFramePlanes(ResourceProvider* resource_provider);
- size_t NumPlanes() const;
scoped_refptr<VideoFrameProviderClientImpl> provider_client_impl_;
« no previous file with comments | « no previous file | cc/layers/video_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698