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

Unified Diff: content/renderer/render_view_impl.h

Issue 1911973002: Fix scrollbar buttons at hidpi when enable-use-zoom-for-dsf is on. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
« no previous file with comments | « content/child/webthemeengine_impl_default.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 7c2da92c7b001db66bb987d1655c8c4aa65f7563..3d51a93ad088e89504928d5d6183f55c5ab39ddd 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -738,13 +738,6 @@ class CONTENT_EXPORT RenderViewImpl
navigation_gesture_ = gesture;
}
- // Platform specific theme preferences if any are updated here.
-#if defined(OS_WIN)
- void UpdateThemePrefs();
-#else
- void UpdateThemePrefs() {}
-#endif
-
void UpdateWebViewWithDeviceScaleFactor();
// ---------------------------------------------------------------------------
« no previous file with comments | « content/child/webthemeengine_impl_default.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698