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

Unified Diff: cc/trees/property_animation_state.h

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « cc/surfaces/BUILD.gn ('k') | cc/trees/target_property.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « cc/surfaces/BUILD.gn ('k') | cc/trees/target_property.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698