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

Unified Diff: ui/gfx/color_profile.h

Issue 300033005: Remove gfx/ui/color_profile GetColorProfile() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/color_profile.h
diff --git a/ui/gfx/color_profile.h b/ui/gfx/color_profile.h
index 290f4be579e96471f3a651b056bc67fe17d1be94..790bfe57fffb941b1aa09d788b81bdf8c2cc0d02 100644
--- a/ui/gfx/color_profile.h
+++ b/ui/gfx/color_profile.h
@@ -34,10 +34,6 @@ inline bool InvalidColorProfileLength(size_t length) {
return (length < kMinProfileLength) || (length > kMaxProfileLength);
}
-// Loads the monitor color space if available.
-// TODO(noel): is this function used anywhere? If not, remove it.
-GFX_EXPORT void GetColorProfile(std::vector<char>* profile);
-
// Return the color profile of the display nearest the screen bounds. On Win32,
// this may read a file from disk, so it shouldn't be run on the UI/IO threads.
// If the given bounds are empty, or are off-screen, return false meaning there
« 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