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

Unified Diff: Source/web/WebRemoteFrameImpl.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: Source/web/WebRemoteFrameImpl.h
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
index ffa739dc372d10270f4e754ac4c2f4115aa3fca5..5f2588d1f5055f3a495242f21cab0bd13c24b6d8 100644
--- a/Source/web/WebRemoteFrameImpl.h
+++ b/Source/web/WebRemoteFrameImpl.h
@@ -32,6 +32,7 @@ public:
virtual void setRemoteWebLayer(WebLayer*) OVERRIDE;
virtual void setPermissionClient(WebPermissionClient*) OVERRIDE;
virtual void setSharedWorkerRepositoryClient(WebSharedWorkerRepositoryClient*) OVERRIDE;
+ virtual WebColor brandColor() const OVERRIDE;
virtual void setCanHaveScrollbars(bool) OVERRIDE;
virtual WebSize scrollOffset() const OVERRIDE;
virtual void setScrollOffset(const WebSize&) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698