| 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;
|
|
|