| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index c7a244b6d8c49c5092b4e12956fe58912cc74be4..da0af2a75904a23973bcac2f0a48867f62f0d144 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -363,12 +363,6 @@ public:
|
| // Returns true on success.
|
| virtual bool loadAudioResource(WebAudioBus* destinationBus, const char* audioFileData, size_t dataSize) { return false; }
|
|
|
| - // Screen -------------------------------------------------------------
|
| -
|
| - // Supplies the system monitor color profile.
|
| - virtual void screenColorProfile(WebVector<char>* profile) { }
|
| -
|
| -
|
| // Scrollbar ----------------------------------------------------------
|
|
|
| // Must return non-null.
|
|
|