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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.h

Issue 23534006: Enable GPU blacklist in tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add early SetUp to AcceleratedCompositingBlocked and finalized_ state after GpuDataManagerImplPriva… Created 7 years, 3 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/gpu/gpu_data_manager_impl_private.h
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.h b/content/browser/gpu/gpu_data_manager_impl_private.h
index eb226e863dcfb55ff7bce789c1f6f27c76e3b9a2..c16d30265976dfb36b7e4f4c48cf6f22ac5fa2ec 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.h
+++ b/content/browser/gpu/gpu_data_manager_impl_private.h
@@ -246,6 +246,9 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate {
bool use_software_compositor_;
+ // True if all future Initialize calls should be ignored.
+ bool finalized_;
gab 2013/09/04 18:54:26 Adding this state to make sure the initialization
+
DISALLOW_COPY_AND_ASSIGN(GpuDataManagerImplPrivate);
};
« no previous file with comments | « content/browser/gpu/compositor_util_browsertest.cc ('k') | content/browser/gpu/gpu_data_manager_impl_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698