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

Unified Diff: ui/gfx/image/image_unittest_util.h

Issue 10780010: Introduces ImageSkia::GetRepresentations() for Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: ui/gfx/image/image_unittest_util.h
diff --git a/ui/gfx/image/image_unittest_util.h b/ui/gfx/image/image_unittest_util.h
index cab3c5a27ed683f025ae0bd698725a920cf89156..cbf9bca12265eb82eb82d2b6fa3ca2b034599592 100644
--- a/ui/gfx/image/image_unittest_util.h
+++ b/ui/gfx/image/image_unittest_util.h
@@ -21,9 +21,7 @@ typedef GdkPixbuf* PlatformImage;
typedef const SkBitmap PlatformImage;
#endif
-#if defined(OS_MACOSX)
void SetSupportedScaleFactorsTo1xAnd2x();
-#endif
const SkBitmap CreateBitmap(int width, int height);

Powered by Google App Engine
This is Rietveld 408576698