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

Unified Diff: include/images/SkBitmapRegionDecoder.h

Issue 12668007: fix window's build errors (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: address mike's comment Created 7 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
« no previous file with comments | « no previous file | src/images/SkImageDecoder_libwebp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/images/SkBitmapRegionDecoder.h
diff --git a/include/images/SkBitmapRegionDecoder.h b/include/images/SkBitmapRegionDecoder.h
index 0e20a5a2162e140855a8b2b53a2529796ac0d026..56332343ccf329881b275931de67958abd581f61 100644
--- a/include/images/SkBitmapRegionDecoder.h
+++ b/include/images/SkBitmapRegionDecoder.h
@@ -13,7 +13,7 @@
#include "SkImageDecoder.h"
#include "SkStream.h"
-class SkIRect;
+struct SkIRect;
/**
* SkBitmapRegionDecoder can be used to decode a specified rect from an image.
« no previous file with comments | « no previous file | src/images/SkImageDecoder_libwebp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698