Bug 1226118 part 6 - Remove no longer used LayerAnimationRecord/Info code from AnimationCommon; r=dholbert

This code has now been moved to LayerAnimationInfo.{h,cpp} and is not used in
AnimationCommon.
This commit is contained in:
Brian Birtles 2015-12-04 08:32:53 +09:00
parent fd98de719c
commit a9efb98276
2 changed files with 0 additions and 9 deletions

View File

@ -17,7 +17,6 @@
#include "nsStyleContext.h"
#include "nsIFrame.h"
#include "nsLayoutUtils.h"
#include "LayerAnimationInfo.h" // For LayerAnimationInfo::sRecords
#include "FrameLayerBuilder.h"
#include "nsDisplayList.h"
#include "mozilla/AnimationUtils.h"

View File

@ -103,14 +103,6 @@ public:
nsStyleContext* aStyleContext,
StyleAnimationValue& aComputedValue);
// For CSS properties that may be animated on a separate layer, represents
// a record of the corresponding layer type and change hint.
struct LayerAnimationRecord {
nsCSSProperty mProperty;
nsDisplayItem::Type mLayerType;
nsChangeHint mChangeHint;
};
virtual bool IsAnimationManager() {
return false;
}