summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/animation/css/CSSPropertyEquality.h
blob: 0a436f0046ca5e8d5d481e1eb19379ecdb54d79c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CSSPropertyEquality_h
#define CSSPropertyEquality_h

#include "core/CSSPropertyNames.h"

namespace WebCore {

class RenderStyle;

class CSSPropertyEquality {
public:
    static bool propertiesEqual(CSSPropertyID, const RenderStyle&, const RenderStyle&);
};

} // namespace WebCore

#endif // CSSPropertyEquality_h