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

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

Issue 2581083003: Initial OpenType Font Variations Support (Closed)
Patch Set: Fix Windows compilation by avoiding VLA 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 d57d2eecfd8458f6426dcdec8524aedb42eacf79..14a7a8953222f47b4426d53e5fecd16fe09f730c 100644
--- a/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
+++ b/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
@@ -81,6 +81,8 @@ class PLATFORM_EXPORT FontVariationSettings
return adoptRef(new FontVariationSettings());
}
+ unsigned hash() const;
+
private:
FontVariationSettings() = default;
};

Powered by Google App Engine
This is Rietveld 408576698