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

Unified Diff: sky/engine/core/animation/animatable/AnimatableValueTestHelper.cpp

Issue 667003003: Remove most of visited link support. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: sky/engine/core/animation/animatable/AnimatableValueTestHelper.cpp
diff --git a/sky/engine/core/animation/animatable/AnimatableValueTestHelper.cpp b/sky/engine/core/animation/animatable/AnimatableValueTestHelper.cpp
index d00dfad3708d297a010f9911504bae7123d3db5b..e10c1d50de27e94d3d85ae911f9d808b9b047cd3 100644
--- a/sky/engine/core/animation/animatable/AnimatableValueTestHelper.cpp
+++ b/sky/engine/core/animation/animatable/AnimatableValueTestHelper.cpp
@@ -47,8 +47,7 @@ void PrintTo(const AnimatableClipPathOperation& animValue, ::std::ostream* os)
void PrintTo(const AnimatableColor& animColor, ::std::ostream* os)
{
*os << "AnimatableColor("
- << animColor.color().serialized().utf8().data() << ", "
- << animColor.visitedLinkColor().serialized().utf8().data() << ")";
+ << animColor.color().serialized().utf8().data() << ")";
}
void PrintTo(const AnimatableImage& animImage, ::std::ostream* os)
« no previous file with comments | « sky/engine/core/animation/animatable/AnimatableColor.cpp ('k') | sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698