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

Side by Side Diff: third_party/WebKit/Source/core/animation/VisibilityStyleInterpolation.h

Issue 1627713002: Add more missing closing namespace comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address comment (also filed llvm.org/PR26290) Created 4 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 unified diff | Download patch
OLDNEW
1 #ifndef VisibilityStyleInterpolation_h 1 #ifndef VisibilityStyleInterpolation_h
2 #define VisibilityStyleInterpolation_h 2 #define VisibilityStyleInterpolation_h
3 3
4 #include "core/CSSValueKeywords.h" 4 #include "core/CSSValueKeywords.h"
5 #include "core/CoreExport.h" 5 #include "core/CoreExport.h"
6 #include "core/animation/StyleInterpolation.h" 6 #include "core/animation/StyleInterpolation.h"
7 #include "core/css/CSSPrimitiveValue.h" 7 #include "core/css/CSSPrimitiveValue.h"
8 8
9 namespace blink { 9 namespace blink {
10 10
(...skipping 24 matching lines...) Expand all
35 { 35 {
36 } 36 }
37 37
38 static PassOwnPtr<InterpolableValue> visibilityToInterpolableValue(const CSS Value&); 38 static PassOwnPtr<InterpolableValue> visibilityToInterpolableValue(const CSS Value&);
39 static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToVisibility(Interp olableValue*, CSSValueID); 39 static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToVisibility(Interp olableValue*, CSSValueID);
40 40
41 CSSValueID m_notVisible; 41 CSSValueID m_notVisible;
42 42
43 friend class AnimationVisibilityStyleInterpolationTest; 43 friend class AnimationVisibilityStyleInterpolationTest;
44 }; 44 };
45 } 45 } // namespace blink
46 46
47 #endif 47 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698