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

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

Issue 261633002: Add RenderView / Widget setDeviceColorProfile interface to Page (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use WebVector. Created 6 years, 3 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
« no previous file with comments | « Source/core/page/Page.h ('k') | Source/web/WebViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/page/Page.h ('k') | Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698