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

Unified Diff: content/browser/frame_host/navigation_entry_screenshot_manager.cc

Issue 291003002: Move OverscrollController to RenderWidgetHostViewAura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | content/browser/renderer_host/input/gesture_event_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/navigation_entry_screenshot_manager.cc
diff --git a/content/browser/frame_host/navigation_entry_screenshot_manager.cc b/content/browser/frame_host/navigation_entry_screenshot_manager.cc
index 08791f906020019ff974578a477dc6523d2acb21..77a257ad1291ac922a61c1b7cc02f0925dff4024 100644
--- a/content/browser/frame_host/navigation_entry_screenshot_manager.cc
+++ b/content/browser/frame_host/navigation_entry_screenshot_manager.cc
@@ -98,10 +98,11 @@ void NavigationEntryScreenshotManager::TakeScreenshot() {
RenderViewHost* render_view_host =
owner_->delegate()->GetRenderViewHost();
- if (!static_cast<RenderViewHostImpl*>
+ // TODO(jdduke): Determine if necessary?
+ /*if (!static_cast<RenderViewHostImpl*>
jdduke (slow) 2014/05/20 18:51:18 Is there a better way to early out here?
(render_view_host)->overscroll_controller()) {
return;
- }
+ }*/
content::RenderWidgetHostView* view = render_view_host->GetView();
if (!view)
return;
« no previous file with comments | « no previous file | content/browser/renderer_host/input/gesture_event_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698