Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(696)

Unified Diff: third_party/WebKit/Source/core/page/Page.cpp

Issue 2216073002: Color: Add ColorCorrectRendering flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@decoder_profile
Patch Set: Rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/page/Page.cpp
diff --git a/third_party/WebKit/Source/core/page/Page.cpp b/third_party/WebKit/Source/core/page/Page.cpp
index 8198308fd1f45232f1f79a37841497abd27e5c05..887326eada4986fe5c4b1e09664b26df0716726a 100644
--- a/third_party/WebKit/Source/core/page/Page.cpp
+++ b/third_party/WebKit/Source/core/page/Page.cpp
@@ -286,16 +286,6 @@ void Page::setDeviceScaleFactor(float scaleFactor)
deprecatedLocalMainFrame()->deviceScaleFactorChanged();
}
-void Page::setDeviceColorProfile(const Vector<char>& profile)
-{
- // FIXME: implement.
-}
-
-void Page::resetDeviceColorProfileForTesting()
-{
- RuntimeEnabledFeatures::setImageColorProfilesEnabled(false);
-}
-
void Page::allVisitedStateChanged(bool invalidateVisitedLinkHashes)
{
for (const Page* page : ordinaryPages()) {
« no previous file with comments | « third_party/WebKit/Source/core/page/Page.h ('k') | third_party/WebKit/Source/core/testing/InternalSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698