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

Unified Diff: content/public/renderer/render_view.h

Issue 1203693003: Setting Accurate ScrollResult from Blink for Elastic Scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed piman review comments Created 5 years, 6 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 | « components/printing/renderer/print_web_view_helper.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/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index e8afafc9ffe119b91b03c99f22e5584de2a5d6a0..fb2ecbcf7e9297f02820e01b5590cb2f6dd11932 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -33,6 +33,7 @@ class Size;
namespace content {
+class CompositorDependencies;
class RenderFrame;
class RenderViewVisitor;
struct SSLStatus;
@@ -59,8 +60,10 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
static void ForEach(RenderViewVisitor* visitor);
// Applies WebKit related preferences to this view.
- static void ApplyWebPreferences(const WebPreferences& preferences,
- blink::WebView* web_view);
+ static void ApplyWebPreferencesInternal(
+ const WebPreferences& preferences,
+ blink::WebView* web_view,
+ CompositorDependencies* compositor_deps);
piman 2015/07/01 16:08:05 What I had in mind was to have ApplyWebPreferences
MuVen 2015/07/01 17:01:39 Done.
// Returns the main RenderFrame.
virtual RenderFrame* GetMainRenderFrame() = 0;
« no previous file with comments | « components/printing/renderer/print_web_view_helper.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698