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

Unified Diff: android_webview/browser/deferred_gpu_command_service.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 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: android_webview/browser/deferred_gpu_command_service.h
diff --git a/android_webview/browser/deferred_gpu_command_service.h b/android_webview/browser/deferred_gpu_command_service.h
index 8a0ef8cde86fbaf2fbd40e9f183ac84815626a2d..ed27efc47e04e019a743c13de06923ef76ccf754 100644
--- a/android_webview/browser/deferred_gpu_command_service.h
+++ b/android_webview/browser/deferred_gpu_command_service.h
@@ -32,7 +32,8 @@ class ScopedAllowGL {
static bool IsAllowed();
private:
- static base::LazyInstance<base::ThreadLocalBoolean> allow_gl;
+ static base::LazyInstance<base::ThreadLocalBoolean>::DestructorAtExit
+ allow_gl;
DISALLOW_COPY_AND_ASSIGN(ScopedAllowGL);
};
« no previous file with comments | « android_webview/browser/aw_cookie_access_policy.h ('k') | android_webview/browser/deferred_gpu_command_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698