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

Unified Diff: Source/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 8b360b622fddef5aab063d308aedea1dba383d84..b4d73dc11251c97430f1dc2521e0eb1f0b2ef263 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -92,6 +92,7 @@ public:
virtual void setRemoteWebLayer(WebLayer*) OVERRIDE;
virtual void setPermissionClient(WebPermissionClient*) OVERRIDE;
virtual void setSharedWorkerRepositoryClient(WebSharedWorkerRepositoryClient*) OVERRIDE;
+ virtual WebColor brandColor() const OVERRIDE;
virtual WebSize scrollOffset() const OVERRIDE;
virtual void setScrollOffset(const WebSize&) OVERRIDE;
virtual WebSize minimumScrollOffset() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698