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

Unified Diff: Source/platform/graphics/LoggingCanvas.h

Issue 379853002: SkBitmap::Config is deprecated, use SkColorType (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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: Source/platform/graphics/LoggingCanvas.h
diff --git a/Source/platform/graphics/LoggingCanvas.h b/Source/platform/graphics/LoggingCanvas.h
index 9859c7211b016425619553241ddca4b03e742332..59e410254a22b73eb02835a0fae685a83706b984 100644
--- a/Source/platform/graphics/LoggingCanvas.h
+++ b/Source/platform/graphics/LoggingCanvas.h
@@ -110,7 +110,7 @@ private:
String verbName(SkPath::Verb);
VerbParams segmentParams(SkPath::Verb);
PassRefPtr<JSONObject> objectForSkPath(const SkPath&);
- String configName(SkBitmap::Config);
+ String colorTypeName(SkColorType);
PassRefPtr<JSONObject> objectForBitmapData(const SkBitmap&);
PassRefPtr<JSONObject> objectForSkBitmap(const SkBitmap&);
PassRefPtr<JSONObject> objectForSkShader(const SkShader&);
« no previous file with comments | « no previous file | Source/platform/graphics/LoggingCanvas.cpp » ('j') | Source/platform/graphics/LoggingCanvas.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698