| Index: third_party/WebKit/Source/platform/fonts/FontDescription.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontDescription.h b/third_party/WebKit/Source/platform/fonts/FontDescription.h
|
| index 837397ab3d2a27663cc8a075e452e30f08d08326..2427c0439bb644022ba4ab60c9baaa050ab81525 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontDescription.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontDescription.h
|
| @@ -112,7 +112,7 @@ class PLATFORM_EXPORT FontDescription {
|
| STACK_ALLOCATED();
|
| Size(unsigned keyword, float value, bool is_absolute)
|
| : keyword(keyword), is_absolute(is_absolute), value(value) {}
|
| - unsigned keyword : 4; // FontDescription::keywordSize
|
| + unsigned keyword : 4; // FontDescription::keywordSize
|
| unsigned is_absolute : 1; // FontDescription::isAbsoluteSize
|
| float value;
|
| };
|
|
|