| 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 623c11f844c907cd1e4a3dcd080d5686e3ac2b2e..7d591d5bf5f259c3886361439ccd00a91d043dcb 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -372,12 +372,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.
|
|
|