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

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

Issue 1473913003: Restore original WebView SurfaceId after showing interstitial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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.h
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
index d4bba98ce6f8c281ebecf9a13fe0be8fc12b135c..ffe9ded0371b5145173bfc07b1a2d2dc23a09262 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
@@ -183,7 +183,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
scoped_ptr<cc::SurfaceIdAllocator> id_allocator_;
scoped_ptr<cc::SurfaceFactory> surface_factory_;
cc::SurfaceId surface_id_;
- uint32 next_surface_sequence_;
+ cc::SurfaceSequence surface_sequence_;
uint32 last_output_surface_id_;
gfx::Size current_surface_size_;
float current_surface_scale_factor_;

Powered by Google App Engine
This is Rietveld 408576698