| 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 ca83b52da6194914933d1b8c54978230bf8bc72e..593fd41a0dcfba5591f5b2ade499b1846643ddfe 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -369,12 +369,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.
|
|
|