| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This CL has been revised to focus on refactoring the watermark view code.
A follow-up CL (6637796) will soon be ready to review to finish the work and retrieve the opacity values from preferences.
Please review this one, and you'll be added as a reviewer for the next one as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Watermark 2.0] Refactor WatermarkView to pass color directly
This CL simplifies the WatermarkView class by removing the explicit
text constructor and the need to pass a PrefService.
Color information is now passed directly to the SetString method.
This gives the caller the responsibility for determining
the watermark color.
The legacy watermark example app is updated to reflect these changes.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |