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 ----------------------------------------------------------- |