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

Unified Diff: trunk/Source/core/platform/graphics/GraphicsContextState.h

Issue 23507002: Revert 156733 "Refactoring DrawLooper so that it can apply shado..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 4 months 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: 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;
« no previous file with comments | « trunk/Source/core/platform/graphics/GraphicsContext.cpp ('k') | trunk/Source/core/platform/graphics/skia/NativeImageSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698