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

Unified Diff: cc/trees/property_animation_state.h

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Let test_support publicly depends on cc/animation. Created 4 years, 1 month 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: cc/trees/property_animation_state.h
diff --git a/cc/trees/property_animation_state.h b/cc/trees/property_animation_state.h
index 173ea921da2a3e3118907b84dbb2f367fc264436..a171a91c0ed93894663e2535c08022b350c1658a 100644
--- a/cc/trees/property_animation_state.h
+++ b/cc/trees/property_animation_state.h
@@ -30,8 +30,8 @@ struct CC_EXPORT PropertyAnimationState {
void Clear();
};
-PropertyAnimationState operator^(const PropertyAnimationState& lhs,
- const PropertyAnimationState& rhs);
+CC_EXPORT PropertyAnimationState operator^(const PropertyAnimationState& lhs,
+ const PropertyAnimationState& rhs);
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698