Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMove Epoch type to gfx_traits #9222
Closed
Labels
Comments
Aesthetikx
added a commit
to Aesthetikx/servo
that referenced
this issue
Jan 9, 2016
Resolves servo#9222. Moved Epoch from components/msg/compositor_msg to components/gfx_traits/lib. Updated use statements to reflect the move.
Aesthetikx
added a commit
to Aesthetikx/servo
that referenced
this issue
Jan 10, 2016
Resolves servo#9222. Moved Epoch from components/msg/compositor_msg to components/gfx_traits/lib. Updated use statements to reflect the move.
Aesthetikx
added a commit
to Aesthetikx/servo
that referenced
this issue
Jan 10, 2016
Resolves servo#9222. Moved Epoch from components/msg/compositor_msg to components/gfx_traits/lib. Updated use statements to reflect the move.
bors-servo
added a commit
that referenced
this issue
Jan 11, 2016
Move Epoch to gfx_traits Resolves #9222. Moved Epoch from components/msg/compositor_msg to components/gfx_traits/lib. Updated use statements to reflect the move. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9230) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's defined in msg but used in a bunch of places that all depend on gfx_traits, and it's a gfx-related concept.
Code:
components/msg/compositor_msg.rs,components/gfx_traits/lib.rs