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

Unified Diff: skia/ext/lazy_pixel_ref.h

Issue 11299277: Add LazyPixelRef ctor/dtor to fix the link error of https://bugs.webkit.org/show_bug.cgi?id=103555 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « 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.h
diff --git a/skia/ext/lazy_pixel_ref.h b/skia/ext/lazy_pixel_ref.h
index 3cd834fa0defc8d2af68c114f1bfde14c92725d4..eb1b096a04114a5f3cc2f6baf0bc931036faa782 100644
--- a/skia/ext/lazy_pixel_ref.h
+++ b/skia/ext/lazy_pixel_ref.h
@@ -14,6 +14,9 @@ namespace skia {
// thread.
class SK_API LazyPixelRef : public SkPixelRef {
public:
+ LazyPixelRef() : SkPixelRef(0) {}
+ virtual ~LazyPixelRef() {}
+
struct PrepareParams {
// Clipping rect for this pixel ref.
SkIRect clip_rect;
« 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