Hide ui::Size implementation.

This commit is contained in:
Jared Boone 2016-11-28 10:55:45 -08:00
parent aac2d31548
commit d15ace4676
9 changed files with 44 additions and 32 deletions

View file

@ -42,11 +42,11 @@ public:
{
}
Dim w() const {
int w() const {
return w_;
}
Dim h() const {
int h() const {
return h_;
}