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

Unified Diff: ui/base/layout.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/base/layout.h
diff --git a/ui/base/layout.h b/ui/base/layout.h
index 2349693779237879469147b2aa16407a8013bfb5..0d4fda3019b78be05ebee8c782093bf1bd2891a3 100644
--- a/ui/base/layout.h
+++ b/ui/base/layout.h
@@ -49,11 +49,8 @@ UI_EXPORT float GetScaleFactorScale(ScaleFactor scale_factor);
// little as possible.
UI_EXPORT ScaleFactor GetScaleFactorFromScale(float scale);
-#if defined(OS_MACOSX)
-
// Returns a vector with the scale factors which are supported by this
// platform.
-// Only required on Mac so far.
UI_EXPORT std::vector<ScaleFactor> GetSupportedScaleFactors();
namespace test {
@@ -63,8 +60,6 @@ UI_EXPORT void SetSupportedScaleFactors(
} // namespace test
-#endif
-
} // namespace ui
#endif // UI_BASE_LAYOUT_H_

Powered by Google App Engine
This is Rietveld 408576698