Bug 1273042 - Part 4: Drop nsLayoutUtils::GetAnimationContent declaration. r=birtles.

MozReview-Commit-ID: CE1CCkiCnW2

The implementation of nsLayoutUtils::GetAnimationContent has been dropped in
bug 771367.
This commit is contained in:
Hiroyuki Ikezoe 2016-06-01 16:24:34 +09:00
Родитель 8f62183f96
Коммит 76b1ff2552
1 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -2226,18 +2226,6 @@ public:
mozilla::MallocSizeOf aMallocSizeOf,
bool clear);
/**
* Given a frame with possibly animated content, finds the content node
* that contains its animations as well as the frame's pseudo-element type
* relative to the resulting content node. Returns true if animated content
* was found, otherwise it returns false and the output parameters are
* undefined.
*/
static bool GetAnimationContent(const nsIFrame* aFrame,
nsIContent* &aContentResult,
mozilla::CSSPseudoElementType
&aPseudoTypeResult);
/**
* Returns true if the frame has current (i.e. running or scheduled-to-run)
* animations or transitions for the property.