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

Unified Diff: components/native_viewport/native_viewport_impl.h

Issue 1130353008: Ensure that NativeViewport destructs correctly on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: components/native_viewport/native_viewport_impl.h
diff --git a/components/native_viewport/native_viewport_impl.h b/components/native_viewport/native_viewport_impl.h
index 503509df9f10992ab62f991e05e96b92624b3114..56733e13c0fee4e9ce2c6e9dae3171f59037eb1b 100644
--- a/components/native_viewport/native_viewport_impl.h
+++ b/components/native_viewport/native_viewport_impl.h
@@ -70,7 +70,7 @@ class NativeViewportImpl : public mojo::NativeViewport,
bool is_headless_;
scoped_ptr<PlatformViewport> platform_viewport_;
- OnscreenContextProvider context_provider_;
+ scoped_ptr<OnscreenContextProvider> context_provider_;
bool sent_metrics_;
mojo::ViewportMetricsPtr metrics_;
CreateCallback create_callback_;
« no previous file with comments | « components/native_viewport/native_viewport_application_delegate.cc ('k') | components/native_viewport/native_viewport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698