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

Unified Diff: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.cpp

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 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
Index: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.cpp b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.cpp
index ccd8b69ff79ce4c375c784bcb4ca96f2e29374e7..81a61e9c50047429ecb72c21751833f1a36ebf88 100644
--- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.cpp
+++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.cpp
@@ -23,8 +23,8 @@ PassRefPtr<StaticBitmapImage> StaticBitmapImage::create(sk_sp<SkImage> image) {
return UnacceleratedStaticBitmapImage::create(std::move(image));
}
-void StaticBitmapImage::drawHelper(SkCanvas* canvas,
- const SkPaint& paint,
+void StaticBitmapImage::drawHelper(PaintCanvas* canvas,
+ const PaintFlags& paint,
const FloatRect& dstRect,
const FloatRect& srcRect,
ImageClampingMode clampMode,

Powered by Google App Engine
This is Rietveld 408576698