Project import generated by Copybara.
PiperOrigin-RevId: 267280553
This commit is contained in:
@@ -244,11 +244,7 @@ REGISTER_CALCULATOR(ImageTransformationCalculator);
|
||||
rotation_ = DegreesToRotationMode(
|
||||
cc->InputSidePackets().Tag("ROTATION_DEGREES").Get<int>());
|
||||
} else {
|
||||
<<<<<<< HEAD
|
||||
rotation_ = DegreesToRotationMode(options_.rotation_mode());
|
||||
=======
|
||||
rotation_ = options_.rotation_mode();
|
||||
>>>>>>> Project import generated by Copybara.
|
||||
}
|
||||
|
||||
scale_mode_ = ParseScaleMode(options_.scale_mode(), DEFAULT_SCALE_MODE);
|
||||
|
||||
Reference in New Issue
Block a user