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

Unified Diff: content/renderer/render_thread_impl.h

Issue 136443008: Move preferred scrollbar style preference change listening from renderer to browser, 2 of 3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix iOS compile Created 6 years, 11 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/common/view_messages.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 05b18f2a75052ef936781bb6eca7f4f6617b5925..b81a720fadc6ec7f86b4c75ed9c4e8a2da90d2ef 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -25,6 +25,10 @@
#include "ipc/ipc_channel_proxy.h"
#include "ui/gfx/native_widget_types.h"
+#if defined(OS_MACOSX)
+#include "third_party/WebKit/public/web/mac/WebScrollbarTheme.h"
+#endif
+
class GrContext;
class SkBitmap;
struct ViewMsg_New_Params;
@@ -396,6 +400,7 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
void OnUpdateScrollbarTheme(float initial_button_delay,
float autoscroll_button_delay,
bool jump_on_track_click,
+ blink::ScrollerStyle preferred_scroller_style,
bool redraw);
#endif
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698