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

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

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.cpp
===================================================================
--- webkit/port/platform/graphics/skia/PlatformContextSkia.cpp (revision 6975)
+++ webkit/port/platform/graphics/skia/PlatformContextSkia.cpp (working copy)
@@ -319,6 +319,11 @@
m_state->m_fillColor = color;
}
+SkDrawLooper* PlatformContextSkia::getDrawLooper() const
+{
+ return m_state->m_looper;
+}
+
WebCore::StrokeStyle PlatformContextSkia::getStrokeStyle() const
{
return m_state->m_strokeStyle;

Powered by Google App Engine
This is Rietveld 408576698