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

Unified Diff: Source/core/svg/graphics/SVGImage.h

Issue 1001703003: Take NativeImageSkia out behind the woodshed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make bitmapForCurrentFrame() return SkBitmap by value. Created 5 years, 9 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/core/svg/graphics/SVGImage.h
diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h
index c1c9728e18dbc27ce51b46d8df4133069079e9e4..963866139a45fbc00b859ce13aaf018546226e67 100644
--- a/Source/core/svg/graphics/SVGImage.h
+++ b/Source/core/svg/graphics/SVGImage.h
@@ -61,7 +61,7 @@ public:
virtual void stopAnimation() override;
virtual void resetAnimation() override;
- virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() override;
+ virtual SkBitmap bitmapForCurrentFrame() override;
// Returns the SVG image document's frame.
FrameView* frameView() const;

Powered by Google App Engine
This is Rietveld 408576698