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

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: Created 4 years, 8 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 b28904316284ab52cca3c9d1210cf1fd767a1e62..453e8674a335985b7c6224f98ebc9069b227b473 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -730,13 +730,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