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

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: native_theme_base edits 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
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 4c3d165671694994240dae2e0a58f55675ac24a9..e20276175a10ecbdd4f9ea08365fa28ba548892f 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -762,13 +762,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();
// ---------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698