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

Unified Diff: src/xps/SkXPSDevice.h

Issue 2408133006: SkXPS: compile under clang on win (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | src/xps/SkXPSDevice.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/xps/SkXPSDevice.h
diff --git a/src/xps/SkXPSDevice.h b/src/xps/SkXPSDevice.h
index 57f314851e5c08a582ff6a8df1b6b3c840161b48..9f660a7536cea99e10c2fcac6c156dec74c99e3a 100644
--- a/src/xps/SkXPSDevice.h
+++ b/src/xps/SkXPSDevice.h
@@ -149,7 +149,7 @@ private:
explicit TypefaceUse();
~TypefaceUse();
};
- friend static HRESULT subset_typeface(TypefaceUse* current);
+ friend HRESULT subset_typeface(TypefaceUse* current);
SkXPSDevice(IXpsOMObjectFactory* xpsFactory);
« no previous file with comments | « no previous file | src/xps/SkXPSDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698