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

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

Issue 972313002: Make <webview> use out-of-process iframe architecture. (Closed) Base URL: ssh://saopaulo.wat/mnt/dev/shared/src@testoopif2z-better-chrome
Patch Set: Make <webview> work without --site-per-process as well Created 5 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/browser/frame_host/render_widget_host_view_child_frame.cc
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.cc b/content/browser/frame_host/render_widget_host_view_child_frame.cc
index ebbea17c2a927c70d7ad24f782b1946d61e31fdc..acb87245426edbb6d36dc3dae58474d6c19c85f5 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.cc
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.cc
@@ -123,7 +123,7 @@ void RenderWidgetHostViewChildFrame::ImeCancelComposition() {
void RenderWidgetHostViewChildFrame::ImeCompositionRangeChanged(
const gfx::Range& range,
const std::vector<gfx::Rect>& character_bounds) {
- NOTREACHED();
+// NOTREACHED();
Charlie Reis 2015/04/30 23:06:46 What do we need to do to resolve this?
}
void RenderWidgetHostViewChildFrame::MovePluginWindows(
@@ -137,7 +137,7 @@ void RenderWidgetHostViewChildFrame::UpdateCursor(const WebCursor& cursor) {
}
void RenderWidgetHostViewChildFrame::SetIsLoading(bool is_loading) {
- NOTREACHED();
+// NOTREACHED();
}
void RenderWidgetHostViewChildFrame::TextInputTypeChanged(

Powered by Google App Engine
This is Rietveld 408576698