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

Unified Diff: Source/modules/mediasource/VideoPlaybackQuality.h

Issue 169293002: Oilpan: Remove GC_INFO_{DEFINE,DECLARE} macros (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixheaptest Created 6 years, 10 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
Index: Source/modules/mediasource/VideoPlaybackQuality.h
diff --git a/Source/modules/mediasource/VideoPlaybackQuality.h b/Source/modules/mediasource/VideoPlaybackQuality.h
index 3d4d7274ac6e8216acd18e5387e3f01db4887ba2..27f89ee751e86b35ddd437754585cad4797b384c 100644
--- a/Source/modules/mediasource/VideoPlaybackQuality.h
+++ b/Source/modules/mediasource/VideoPlaybackQuality.h
@@ -40,7 +40,6 @@ namespace WebCore {
class Document;
class VideoPlaybackQuality : public RefCountedWillBeGarbageCollected<VideoPlaybackQuality> {
- DECLARE_GC_INFO;
public:
static PassRefPtrWillBeRawPtr<VideoPlaybackQuality> create(const Document&, unsigned totalVideoFrames, unsigned droppedVideoFrames, unsigned corruptedVideoFrames);
« no previous file with comments | « Source/modules/mediasource/SourceBufferList.cpp ('k') | Source/modules/mediasource/VideoPlaybackQuality.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698