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

Unified Diff: Source/platform/PlatformScreen.h

Issue 570023002: Move screenColorProfile from Platform to ImageDecoder (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: RVO: make screenColorProfile return the ColorProfile. Created 6 years, 3 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 | Source/platform/PlatformScreen.cpp » ('j') | Source/platform/image-decoders/ImageDecoder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PlatformScreen.h
diff --git a/Source/platform/PlatformScreen.h b/Source/platform/PlatformScreen.h
index 7f5a203194b7d05f5d57e229eb5964bf39277c89..ced7e199c5308335daf02326741ef71feaa757de 100644
--- a/Source/platform/PlatformScreen.h
+++ b/Source/platform/PlatformScreen.h
@@ -31,8 +31,6 @@
#include "wtf/Forward.h"
#include "wtf/RefPtr.h"
-typedef WTF::Vector<char> ColorProfile;
-
namespace blink {
class FloatRect;
@@ -44,7 +42,6 @@ PLATFORM_EXPORT bool screenIsMonochrome(Widget*);
PLATFORM_EXPORT FloatRect screenRect(Widget*);
PLATFORM_EXPORT FloatRect screenAvailableRect(Widget*);
-PLATFORM_EXPORT void screenColorProfile(ColorProfile&);
PLATFORM_EXPORT uint16_t screenOrientationAngle(Widget*);
PLATFORM_EXPORT WebScreenOrientationType screenOrientationType(Widget*);
« no previous file with comments | « no previous file | Source/platform/PlatformScreen.cpp » ('j') | Source/platform/image-decoders/ImageDecoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698