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

Unified Diff: public/web/WebFrame.h

Issue 329943004: Implementation of brand-color (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index d630f801834c1614177372f90fccbcb1fbaf5bcd..76aa33efc76eb727af78cb4ad45c6a03b4a55e93 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -156,6 +156,8 @@ public:
virtual void setPermissionClient(WebPermissionClient*) = 0;
virtual void setSharedWorkerRepositoryClient(WebSharedWorkerRepositoryClient*) = 0;
+ // The brand color (if any) specified by the document loaded in this frame.
+ virtual WebColor brandColor() const = 0;
abarth-chromium 2014/06/13 05:40:41 This is a property of the document (as you say in
michaelbai 2014/06/13 15:55:06 I added this method here because - I saw the simil
// Geometry -----------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698