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

Unified Diff: webkit/port/platform/graphics/skia/PlatformContextSkia.h

Issue 8615: Add support for transformed, stoked, shadowed, filled text. We do this by... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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: webkit/port/platform/graphics/skia/PlatformContextSkia.h
===================================================================
--- webkit/port/platform/graphics/skia/PlatformContextSkia.h (revision 6975)
+++ webkit/port/platform/graphics/skia/PlatformContextSkia.h (working copy)
@@ -106,6 +106,7 @@
void setPattern(SkShader*);
void setDashPathEffect(SkDashPathEffect*);
+ SkDrawLooper* getDrawLooper() const;
WebCore::StrokeStyle getStrokeStyle() const;
float getStrokeThickness() const;
int getTextDrawingMode() const;

Powered by Google App Engine
This is Rietveld 408576698