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

Unified Diff: content/renderer/renderer_blink_platform_impl.h

Issue 2496653002: Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes (Closed)
Patch Set: typedefs => using statements, update comments in base/id_map.h Created 4 years 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/renderer/renderer_blink_platform_impl.h
diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h
index fb2c5aac52e8ff067ea8b435bc45e83e8ec12840..9c41bdc0ace3c6a6863fe626c8186f0eebba3c30 100644
--- a/content/renderer/renderer_blink_platform_impl.h
+++ b/content/renderer/renderer_blink_platform_impl.h
@@ -290,7 +290,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
std::unique_ptr<blink::WebScrollbarBehavior> web_scrollbar_behavior_;
- IDMap<PlatformEventObserverBase, IDMapOwnPointer> platform_event_observers_;
+ IDMap<std::unique_ptr<PlatformEventObserverBase>> platform_event_observers_;
blink::scheduler::RendererScheduler* renderer_scheduler_; // NOT OWNED
TopLevelBlameContext top_level_blame_context_;
« no previous file with comments | « content/renderer/render_frame_impl.h ('k') | content/renderer/screen_orientation/screen_orientation_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698