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

Unified Diff: skia/ext/lazy_pixel_ref.cc

Issue 115503003: remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR now that call-sites have been updated (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/lazy_pixel_ref.cc
diff --git a/skia/ext/lazy_pixel_ref.cc b/skia/ext/lazy_pixel_ref.cc
index ef74089f3e7b847a242af6178f3217e68dc50530..69418717253b1c56af1bff98ab42f8f049b4dbcd 100644
--- a/skia/ext/lazy_pixel_ref.cc
+++ b/skia/ext/lazy_pixel_ref.cc
@@ -6,12 +6,6 @@
namespace skia {
-#ifdef SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR
-// DEPRECATED -- will remove after blink updates to pass info
-LazyPixelRef::LazyPixelRef() {
-}
-#endif
-
LazyPixelRef::LazyPixelRef(const SkImageInfo& info) : SkPixelRef(info) {
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698