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

Unified Diff: Source/WebCore/platform/graphics/chromium/VideoLayerChromium.h

Issue 8333009: Merge 97451 - Clear WebMediaPlayerClientImpl back pointer on destruction (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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 | Source/WebCore/platform/graphics/chromium/VideoLayerChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/chromium/VideoLayerChromium.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/VideoLayerChromium.h (revision 97678)
+++ Source/WebCore/platform/graphics/chromium/VideoLayerChromium.h (working copy)
@@ -53,9 +53,7 @@
virtual void updateCompositorResources(GraphicsContext3D*);
virtual bool drawsContent() const { return true; }
- // This function is called by VideoFrameProvider. When this method is called
- // putCurrentFrame() must be called to return the frame currently held.
- void releaseCurrentFrame();
+ void releaseProvider();
virtual void pushPropertiesTo(CCLayerImpl*);
@@ -85,10 +83,6 @@
VideoFrameProvider* m_provider;
Texture m_textures[3];
-
- // This will be null for the entire duration of video playback if hardware
- // decoding is not being used.
- VideoFrameChromium* m_currentFrame;
};
}
« no previous file with comments | « no previous file | Source/WebCore/platform/graphics/chromium/VideoLayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698