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

Unified Diff: chrome/common/chrome_content_client.h

Issue 747923004: webui: minimize webui flicker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 1 month 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: chrome/common/chrome_content_client.h
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
index e9d3ed05989d5029c501ca8ede982a06b91bf1bf..42aa882e9a69fc91205b46013c6f36b53851e97b 100644
--- a/chrome/common/chrome_content_client.h
+++ b/chrome/common/chrome_content_client.h
@@ -34,6 +34,7 @@ class ChromeContentClient : public content::ContentClient {
ui::ScaleFactor scale_factor) const override;
base::RefCountedStaticMemory* GetDataResourceBytes(
int resource_id) const override;
+ content::WebUITextStyles GetWebUITextStyles() const override;
gfx::Image& GetNativeImageNamed(int resource_id) const override;
std::string GetProcessTypeNameInEnglish(int type) override;

Powered by Google App Engine
This is Rietveld 408576698