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

Unified Diff: Source/platform/animation/TimingFunctionTestHelper.h

Issue 152853003: Web Animations API: Bindings for TimedItem.specified with readonly attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix timed-item-specified-getters.html (mashed in rebase) Created 6 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 side-by-side diff with in-line comments
Download patch
Index: Source/platform/animation/TimingFunctionTestHelper.h
diff --git a/Source/platform/animation/TimingFunctionTestHelper.h b/Source/platform/animation/TimingFunctionTestHelper.h
index c84c3b4c64094b1dc1e1065444587f7ba7fd1ded..a90df5f139f3501b1c9895fb52a0783c898e679d 100644
--- a/Source/platform/animation/TimingFunctionTestHelper.h
+++ b/Source/platform/animation/TimingFunctionTestHelper.h
@@ -42,11 +42,6 @@
namespace WebCore {
-// PrintTo functions
-void PrintTo(const LinearTimingFunction&, ::std::ostream*);
-void PrintTo(const CubicBezierTimingFunction&, ::std::ostream*);
-void PrintTo(const StepsTimingFunction&, ::std::ostream*);
-void PrintTo(const ChainedTimingFunction&, ::std::ostream*);
void PrintTo(const TimingFunction&, ::std::ostream*);
// operator== functions
« no previous file with comments | « Source/platform/animation/TimingFunction.cpp ('k') | Source/platform/animation/TimingFunctionTestHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698