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

Unified Diff: include/core/SkCanvas.h

Issue 719253002: rename filterTextFlags to disableLCD (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rename disableLCD to shouldDisableLCD Created 6 years, 1 month 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 | « include/core/SkBitmapDevice.h ('k') | include/core/SkDevice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkCanvas.h
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 57a79131501abc39e0f3c7770588786524763d67..0cb762afedd1b8e6d44b036d34ab980eb356b656 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -1342,8 +1342,6 @@ private:
// needs gettotalclip()
friend class SkCanvasStateUtils;
- SkBaseDevice* createLayerDevice(const SkImageInfo&);
-
// call this each time we attach ourselves to a device
// - constructor
// - internalSaveLayer
« no previous file with comments | « include/core/SkBitmapDevice.h ('k') | include/core/SkDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698