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

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: 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') | cc/layers/video_layer_impl.cc » ('J')
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 c3c129853fef2a169ea1f2775d4e6b5a11d340cc..3d0e124409baee78981bea6ae95f34c4da275464 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') | cc/layers/video_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698