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

Unified Diff: third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h

Issue 2558053002: Add CSS support for font-variation-settings (Closed)
Patch Set: DCHECK corrected, newline removed. Created 4 years 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/opentype/FontSettings.h
diff --git a/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h b/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
index c64693529b1bb4b21b8454b0de5b1d1d08e60220..d57d2eecfd8458f6426dcdec8524aedb42eacf79 100644
--- a/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
+++ b/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
@@ -64,7 +64,7 @@ class PLATFORM_EXPORT FontFeatureSettings
public:
static PassRefPtr<FontFeatureSettings> create() {
- return adoptRef(new FontFeatureSettings);
+ return adoptRef(new FontFeatureSettings());
}
private:
@@ -79,7 +79,7 @@ class PLATFORM_EXPORT FontVariationSettings
public:
static PassRefPtr<FontVariationSettings> create() {
return adoptRef(new FontVariationSettings());
- };
+ }
private:
FontVariationSettings() = default;
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/FontDescription.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698