Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1022)

Unified Diff: third_party/WebKit/Source/platform/fonts/FontDescription.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698