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

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h

Issue 1407133017: Cleanup some dead code in blink::ImageBuffer and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
index cdb5e003be946b1f42f469de74d12f7d8f6dfc5e..353d623eef40e1f6f005651832ffce5f13a573ba 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
+++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
@@ -60,7 +60,6 @@ public:
virtual SkCanvas* canvas() = 0;
virtual void disableDeferral() { }
- virtual const SkBitmap& deprecatedBitmapForOverwrite();
virtual void willOverwriteCanvas() { }
virtual void didDraw(const FloatRect& rect) { }
virtual bool isValid() const = 0;

Powered by Google App Engine
This is Rietveld 408576698