| Index: Source/core/page/Page.cpp
|
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
|
| index 714d25bfc0378b22cfa7039145268e4a2d7118ca..6c4301285888f9e822356c03aa18484f4eca418d 100644
|
| --- a/Source/core/page/Page.cpp
|
| +++ b/Source/core/page/Page.cpp
|
| @@ -382,6 +382,16 @@ void Page::setDeviceScaleFactor(float scaleFactor)
|
| }
|
| }
|
|
|
| +void Page::setDeviceColorProfile(const Vector<char>& profile)
|
| +{
|
| + // FIXME: implement.
|
| +}
|
| +
|
| +void Page::resetDeviceColorProfile()
|
| +{
|
| + // FIXME: implement.
|
| +}
|
| +
|
| void Page::allVisitedStateChanged()
|
| {
|
| HashSet<Page*>::iterator pagesEnd = ordinaryPages().end();
|
|
|