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

Unified Diff: src/core/SkAAClip.cpp

Issue 1164373003: Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 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 | « src/core/SkAAClip.h ('k') | src/core/SkBlitBWMaskTemplate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkAAClip.cpp
diff --git a/src/core/SkAAClip.cpp b/src/core/SkAAClip.cpp
index 19e94c8c861b2f64ff316e9d421c9c5bbe164e8a..e55451e3d973e3ceda8f9689c8fd59e255978143 100644
--- a/src/core/SkAAClip.cpp
+++ b/src/core/SkAAClip.cpp
@@ -1297,7 +1297,7 @@
void blitMask(const SkMask&, const SkIRect& clip) override
{ unexpected(); }
- const SkPixmap* justAnOpaqueColor(uint32_t*) override {
+ const SkBitmap* justAnOpaqueColor(uint32_t*) override {
return NULL;
}
@@ -2219,6 +2219,6 @@
} while (y < stopY);
}
-const SkPixmap* SkAAClipBlitter::justAnOpaqueColor(uint32_t* value) {
+const SkBitmap* SkAAClipBlitter::justAnOpaqueColor(uint32_t* value) {
return NULL;
}
« no previous file with comments | « src/core/SkAAClip.h ('k') | src/core/SkBlitBWMaskTemplate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698