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

Unified Diff: third_party/WebKit/Source/core/css/FontFace.h

Issue 2620293002: Remove CSSFontSelector argument and member from CSSSegmentedFontFace (Closed)
Patch Set: Update test for CL comments Created 3 years, 10 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/core/css/FontFace.h
diff --git a/third_party/WebKit/Source/core/css/FontFace.h b/third_party/WebKit/Source/core/css/FontFace.h
index 495dd3f1b8aa247d2b07a7e9ac22221833dfc60f..148ffe2278576377bd5467de3710390796ea61e3 100644
--- a/third_party/WebKit/Source/core/css/FontFace.h
+++ b/third_party/WebKit/Source/core/css/FontFace.h
@@ -122,7 +122,7 @@ class FontFace : public GarbageCollectedFinalized<FontFace>,
virtual void notifyError(FontFace*) = 0;
DEFINE_INLINE_VIRTUAL_TRACE() {}
};
- void loadWithCallback(LoadFontCallback*);
+ void loadWithCallback(Document*, LoadFontCallback*);
void addCallback(LoadFontCallback*);
// ScriptWrappable:
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp ('k') | third_party/WebKit/Source/core/css/FontFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698