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

Unified Diff: Source/core/animation/CompositorAnimationsImpl.h

Issue 1201243002: Code cleanup in core/animation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/animation/CompositorAnimations.cpp ('k') | Source/core/animation/InertEffect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/CompositorAnimationsImpl.h
diff --git a/Source/core/animation/CompositorAnimationsImpl.h b/Source/core/animation/CompositorAnimationsImpl.h
index 272d58228f69b363329d369966df340f9ab505cd..cbfe62290059867da5309519665883a92e0c46c0 100644
--- a/Source/core/animation/CompositorAnimationsImpl.h
+++ b/Source/core/animation/CompositorAnimationsImpl.h
@@ -28,6 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef CompositorAnimationsImpl_h
+#define CompositorAnimationsImpl_h
+
#include "core/CoreExport.h"
#include "core/animation/EffectModel.h"
#include "core/animation/KeyframeEffectModel.h"
@@ -71,3 +74,5 @@ private:
};
} // namespace blink
+
+#endif
« no previous file with comments | « Source/core/animation/CompositorAnimations.cpp ('k') | Source/core/animation/InertEffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698