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

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

Issue 352643005: Drop [TypeChecking=Nullable]; deduce from attribute type instead (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cleanup-typechecking
Patch Set: rebased Created 6 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/bindings/tests/results/V8TestObject.cpp ('k') | Source/core/animation/AnimationPlayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationNode.h
diff --git a/Source/core/animation/AnimationNode.h b/Source/core/animation/AnimationNode.h
index 4c548541b759ed75a6018c1bb9eeaf4d282f4eee..207fe10b31fc82cc81462eb11e061eab87201882 100644
--- a/Source/core/animation/AnimationNode.h
+++ b/Source/core/animation/AnimationNode.h
@@ -102,7 +102,6 @@ public:
const AnimationPlayer* player() const { return m_player; }
AnimationPlayer* player() { return m_player; }
- AnimationPlayer* player(bool& isNull) { isNull = !m_player; return m_player; }
const Timing& specifiedTiming() const { return m_timing; }
PassRefPtrWillBeRawPtr<AnimationNodeTiming> timing();
void updateSpecifiedTiming(const Timing&);
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/core/animation/AnimationPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698