| Index: trunk/Source/core/platform/graphics/GraphicsContextState.h
|
| ===================================================================
|
| --- trunk/Source/core/platform/graphics/GraphicsContextState.h (revision 156736)
|
| +++ trunk/Source/core/platform/graphics/GraphicsContextState.h (working copy)
|
| @@ -116,7 +116,7 @@
|
| RefPtr<Pattern> m_fillPattern;
|
|
|
| // Shadow. (This will need tweaking if we use draw loopers for other things.)
|
| - RefPtr<DrawLooper> m_looper;
|
| + RefPtr<SkDrawLooper> m_looper;
|
|
|
| // Text. (See TextModeFill & friends.)
|
| TextDrawingModeFlags m_textDrawingMode;
|
|
|