| Index: Source/core/platform/graphics/GraphicsContextState.h | 
| diff --git a/Source/core/platform/graphics/GraphicsContextState.h b/Source/core/platform/graphics/GraphicsContextState.h | 
| index 5c39e0f9ecbe40fd41cdb661f4d12ae176a47164..5de5f9605140fe5bb600421adbc451c462ee136c 100644 | 
| --- a/Source/core/platform/graphics/GraphicsContextState.h | 
| +++ b/Source/core/platform/graphics/GraphicsContextState.h | 
| @@ -116,7 +116,7 @@ private: | 
| RefPtr<Pattern> m_fillPattern; | 
|  | 
| // Shadow. (This will need tweaking if we use draw loopers for other things.) | 
| -    RefPtr<SkDrawLooper> m_looper; | 
| +    RefPtr<DrawLooper> m_looper; | 
|  | 
| // Text. (See TextModeFill & friends.) | 
| TextDrawingModeFlags m_textDrawingMode; | 
|  |