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

Unified Diff: src/effects/SkBitmapSource.cpp

Issue 1101293003: Fix some lingering typos (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 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/SkReadBuffer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/effects/SkBitmapSource.cpp
diff --git a/src/effects/SkBitmapSource.cpp b/src/effects/SkBitmapSource.cpp
index 2624229aee60f76345e60072577c4e590836f173..ed9521fd2c215bce1e3d80aa4c3f21b7f4b737b6 100644
--- a/src/effects/SkBitmapSource.cpp
+++ b/src/effects/SkBitmapSource.cpp
@@ -33,7 +33,7 @@ SkBitmapSource::SkBitmapSource(const SkBitmap& bitmap,
SkFlattenable* SkBitmapSource::CreateProc(SkReadBuffer& buffer) {
SkFilterQuality filterQuality;
- if (buffer.isVersionLT(SkReadBuffer::kBitmapourceFilterQuality_Version)) {
+ if (buffer.isVersionLT(SkReadBuffer::kBitmapSourceFilterQuality_Version)) {
filterQuality = kHigh_SkFilterQuality;
} else {
filterQuality = (SkFilterQuality)buffer.readInt();
« no previous file with comments | « src/core/SkReadBuffer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698