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

Unified Diff: Source/platform/graphics/skia/NativeImageSkia.h

Issue 868743002: Use SkXfermode::Mode in code related to Image. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase to ToT Created 5 years, 11 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
« no previous file with comments | « Source/platform/graphics/StaticBitmapImage.cpp ('k') | Source/platform/graphics/skia/NativeImageSkia.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/skia/NativeImageSkia.h
diff --git a/Source/platform/graphics/skia/NativeImageSkia.h b/Source/platform/graphics/skia/NativeImageSkia.h
index fa97a8f01b345be6b4cc0bffee03e955099eddb0..d93ba1f4cdc60bc6d978a2542a564a6badb6cb63 100644
--- a/Source/platform/graphics/skia/NativeImageSkia.h
+++ b/Source/platform/graphics/skia/NativeImageSkia.h
@@ -73,17 +73,15 @@ public:
GraphicsContext*,
const SkRect& srcRect,
const SkRect& destRect,
- CompositeOperator,
- WebBlendMode) const;
+ SkXfermode::Mode) const;
void drawPattern(
GraphicsContext*,
const FloatRect& srcRect,
const FloatSize& scale,
const FloatPoint& phase,
- CompositeOperator,
+ SkXfermode::Mode,
const FloatRect& destRect,
- WebBlendMode,
const IntSize& repeatSpacing) const;
private:
« no previous file with comments | « Source/platform/graphics/StaticBitmapImage.cpp ('k') | Source/platform/graphics/skia/NativeImageSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698