Commit 088a5c9a authored by noel@chromium.org's avatar noel@chromium.org

Remove gfx/ui/color_profile GetColorProfile()

Address a TODO: the GetColorProfile() routine is declared but
has no definition and is thus unused, remove it.

BUG=368694

Review URL: https://codereview.chromium.org/300033005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273096 0039d316-1c4b-4281-b951-d872f2087c98
parent 0bf419d1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment