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

Unified Diff: Source/core/frame/FrameViewAutoSizeInfo.cpp

Issue 979033005: Oilpan: fix build after r191383 (93780455). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/frame/FrameViewAutoSizeInfo.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameViewAutoSizeInfo.cpp
diff --git a/Source/core/frame/FrameViewAutoSizeInfo.cpp b/Source/core/frame/FrameViewAutoSizeInfo.cpp
index 62f9f50261480968ffb8aeea0b3b70b397e4bcba..9cd53eb40fe182e2aeaccc4cc1b34f8ac618a87b 100644
--- a/Source/core/frame/FrameViewAutoSizeInfo.cpp
+++ b/Source/core/frame/FrameViewAutoSizeInfo.cpp
@@ -20,6 +20,13 @@ FrameViewAutoSizeInfo::FrameViewAutoSizeInfo(FrameView* view)
ASSERT(m_frameView);
}
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(FrameViewAutoSizeInfo);
+
+DEFINE_TRACE(FrameViewAutoSizeInfo)
+{
+ visitor->trace(m_frameView);
+}
+
void FrameViewAutoSizeInfo::configureAutoSizeMode(const IntSize& minSize, const IntSize& maxSize)
{
ASSERT(!minSize.isEmpty());
« no previous file with comments | « Source/core/frame/FrameViewAutoSizeInfo.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698