| Index: Source/core/page/Page.cpp
|
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
|
| index a2ed7e811190fc2ec7002063bc1ada32cb1130c0..07203eb0bde6aeb7cfc3b464c9659585c3234ded 100644
|
| --- a/Source/core/page/Page.cpp
|
| +++ b/Source/core/page/Page.cpp
|
| @@ -520,6 +520,11 @@ void Page::updateAcceleratedCompositingSettings()
|
| }
|
| }
|
|
|
| +void Page::deviceColorProfileChanged(const char* profile, size_t size)
|
| +{
|
| + // FIXME: implement.
|
| +}
|
| +
|
| void Page::didCommitLoad(LocalFrame* frame)
|
| {
|
| lifecycleNotifier().notifyDidCommitLoad(frame);
|
|
|